|
1 | | -# Docker image: Ansible on Jupyter |
| 1 | +# Docker image: Ansible on Jupyter Notebook |
2 | 2 |
|
3 | | -A Docker image for run Ansible 2.2 on Jupyter 4.2 (ipython notebook). |
| 3 | +A Docker image for run [Ansible][ansible_offical] 2.2 on [Jupyter Notebook][jupyter_official] 4.2 (ipython notebook) with Browsers. |
4 | 4 |
|
5 | | -- `alpine-3.4`, `latest` ([alpine/Dockerfile |
6 | | -](https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine/Dockerfile)) |
7 | | -- `debian-8` ([debian-8/Dockerfile |
8 | | -](https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/debian-8/Dockerfile)) |
9 | | -- `ubuntu-14.04` ([ubuntu-14.04/Dockerfile |
10 | | -](https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ubuntu-14.04/Dockerfile)) |
11 | | -- `ubuntu-16.04` ([ubuntu-16.04/Dockerfile |
12 | | -](https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ubuntu-16.04/Dockerfile)) |
| 5 | +[ansible_offical]: https://www.ansible.com/ |
| 6 | +[jupyter_official]: http://jupyter.org/ |
| 7 | + |
| 8 | +- `alpine-3.4`, `latest` ([alpine/Dockerfile][dockerfile_alpine]) |
| 9 | +- `debian-7` ([debian-7/Dockerfile][dockerfile_debian-7]) |
| 10 | +- `debian-8` ([debian-8/Dockerfile][dockerfile_debian-8]) |
| 11 | +- `ubuntu-14.04` ([ubuntu-14.04/Dockerfile][dockerfile_ubuntu-14.04]) |
| 12 | +- `ubuntu-16.04` ([ubuntu-16.04/Dockerfile][dockerfile_ubuntu-16.04]) |
| 13 | + |
| 14 | +[dockerfile_alpine]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/alpine/Dockerfile |
| 15 | +[dockerfile_debian-7]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/debian-7/Dockerfile |
| 16 | +[dockerfile_debian-8]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/debian-8/Dockerfile |
| 17 | +[dockerfile_ubuntu-14.04]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ubuntu-14.04/Dockerfile |
| 18 | +[dockerfile_ubuntu-16.04]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ubuntu-16.04/Dockerfile |
13 | 19 |
|
14 | 20 | ## Build image |
15 | 21 |
|
@@ -75,14 +81,19 @@ Now, you can play the Ansible on Jupyter. |
75 | 81 | $ open http://localhost:32786 |
76 | 82 | ``` |
77 | 83 | |
78 | | -  |
| 84 | + ![2016-11-20-ansible-jupyter1] |
| 85 | +
|
| 86 | +[2016-11-20-ansible-jupyter1]: https://cloud.githubusercontent.com/assets/219066/20463322/218f0c4a-af6b-11e6-9a95-2411ec7acb5f.png |
| 87 | +
|
| 88 | +1. Attach my example ==> [`ansible_on_jupyter.ipynb`][ansible_on_jupyter.ipynb]. |
79 | 89 |
|
| 90 | +[ansible_on_jupyter.ipynb]: https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ipynb/ansible_on_jupyter.ipynb |
80 | 91 |
|
81 | | -1. Attach my example ==> [`ansible_on_jupyter.ipynb` |
82 | | -](https://github.com/chusiang/ansible-jupyter.dockerfile/blob/master/ipynb/ansible_on_jupyter.ipynb). |
| 92 | + ![2016-11-20-ansible-jupyter2] |
83 | 93 |
|
84 | | -  |
| 94 | +[2016-11-20-ansible-jupyter2]: https://cloud.githubusercontent.com/assets/219066/20463319/fa8c047c-af6a-11e6-96d6-f985096c9c8c.png |
85 | 95 |
|
86 | | -1. Remember use the `!` prefix to trigger command. |
| 96 | +1. Remember use the `!` prefix to trigger system command. |
87 | 97 |
|
88 | | -Enjoy it ! |
| 98 | +Enjoy it ! |
| 99 | +I |
0 commit comments