Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 13:086c0d0da045
Add docker pull in readme
author | Brendan Rius <brendan@omixy.com> |
---|---|
date | Sat, 26 Mar 2016 15:39:37 +0000 |
parents | a804d1645b0a |
children | f548e045cd24 0c8395598958 |
files | README.md |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sat Mar 26 15:00:29 2016 +0000 +++ b/README.md Sat Mar 26 15:39:37 2016 +0000 @@ -9,6 +9,12 @@ ## Installation +### Via Docker (recommended) + + * `docker pull brendanrius/jupyter-c-kernel` + * `docker run -d -p 8888:8888 brendanrius/jupyter-c-kernel` + * Go to [http://localhost:8888](http://localhost:8888) (or your VM address if you are using Docker Machine) + ### Manually * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` @@ -16,12 +22,6 @@ * `cd jupyter-c-kernel` * `jupyter-kernelspec install c_kernel` -### Via Docker - - * `docker build .` - * `docker run -d -p 8888:8888 CONSTRUCTED_IMAGE` - * Go to [http://localhost:8888](http://localhost:8888) (or your VM if you are using Docker Machine) - ## Usage * Open the example notebook: `jupyter-notebook example-notebook.ipynb`