$ brew install boot2docker docker
$ boot2docker init
$ boot2docker up
$ cd ipython
$ docker build -t ipython-dev .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PASS Cell 2 is splittable | |
| PASS Cell 2 is mergeable | |
| FAIL Merge cell 0 down: There are still 3 cells | |
| # type: assertEquals | |
| # file: /Users/parente/projects/ipython/IPython/html/tests/notebook/dualmode_merge.js:74 | |
| # code: this.test.assertEquals(this.get_cells_length(), 3, 'Merge cell 0 down: There are still 3 cells'); | |
| # subject: 4 | |
| # expected: 3 | |
| FAIL Merge cell 1 up: There are still 3 cells | |
| # type: assertEquals |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user www-data; | |
| worker_processes 1; | |
| daemon off; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| upstream docker-registry { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [I 19:13:07.489 NotebookApp] Using MathJax: /static/vendor/MathJax-2.5-latest/MathJax.js | |
| [I 19:13:07.501 NotebookApp] Using existing profile dir: u'/home/notebook/.ipython/profile_default' | |
| [C 19:13:07.816 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended. | |
| [C 19:13:07.817 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended. | |
| [I 19:13:07.852 NotebookApp] Serving notebooks from local directory: /resources | |
| [I 19:13:07.852 NotebookApp] 0 active kernels | |
| [I 19:13:07.852 NotebookApp] The IPython Notebook is running at: http://[all ip addresses on your system]:8888/ | |
| [I 19:13:07.853 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). | |
| [W 19:13:07.854 NotebookApp] No web browser found: could not locate runnable browser. | |
| [I 19:13:18.278 NotebookApp] Kernel started: dbfd634c-44ba-47d8-820b-a5fc59c7d62c |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Disable password authentication | |
| sudo grep -q "ChallengeResponseAuthentication" /etc/ssh/sshd_config && sed -i "/^[^#]*ChallengeResponseAuthentication[[:space:]]yes.*/c\ChallengeResponseAuthentication no" /etc/ssh/sshd_config || echo "ChallengeResponseAuthentication no" >> /etc/ssh/sshd_config | |
| sudo grep -q "^[^#]*PasswordAuthentication" /etc/ssh/sshd_config && sed -i "/^[^#]*PasswordAuthentication[[:space:]]yes/c\PasswordAuthentication no" /etc/ssh/sshd_config || echo "PasswordAuthentication no" >> /etc/ssh/sshd_config | |
| sudo service ssh restart | |
| # Install latest Docker | |
| sudo apt-get update | |
| sudo apt-get -y install linux-image-extra-$(uname -r) | |
| sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -" |
Deploys a one-off SoftLayer VM for experimentation using the SoftLayer CLI and its current configuration.
Runs the parente/screen2web container on a clip.mp4 file in the current directory. Outputs a main profile mov and ogv in the same directory.
Runs an instance of https://github.com/parente/espeakbox in a Docker container listening on a Docker-assigned public port.