Sign inSign up

lucasko/anaconda

By lucasko

Updated about 10 years ago

anaconda + elasticsearch-py

Image
0

1.1K

lucasko/anaconda repository overview

Dockerfile for Anaconda

To build image
docker build -t anaconda-es:lastest .
To run the container
docker run -p 8888:8888 -d -it  anaconda-es:lastest  /bin/bash  -c "/opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888"
To connect the website of Jupyter
http://localhost:8888/tree

Tag summary

Content type

Image

Digest

Size

584.4 MB

Last updated

about 10 years ago

docker pull lucasko/anaconda