Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.53 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.53 KB

colomoto-docker

Quick usage guide

You need Docker. First fetch the image with

$ docker pull colomoto/colomoto-docker:TAG

where TAG is the version of the image, among colomoto/colomoto-docker tags. It can be omited when using latest version.

The image can be ran using

$ docker run -it --rm -p 8888:8888 colomoto/colomoto-docker:TAG

then, open your browser and go to http://localhost:8888 for the Jupyter notebook web interface (note: when using Docker Toolbox, replace localhost with the result of docker-machine ip default command).

Alternatively, you can use the script colomoto-docker.py to ease docker invocation:

$ wget -O colomoto-docker.py https://raw.githubusercontent.com/colomoto/colomoto-docker/colomoto-docker.py
$ python colomoto-docker -V TAG

If TAG is latest, it will automatically fetch the latest available tag. See python colomoto-docker -h for usage.

Embedded softwares

Besides the Jupyter notebook, the docker image provides access to the following softwares:

Contribute

Coming soon: instruction to add/update your software