Description:
https://github.com/jupyter/docker-stacks
docker run \
-d \
--rm \
-p 10000:8888 \
-e JUPYTER_ENABLE_LAB=yes \
-v /data/jupyter:/home/jovyan/work \
--name jupyter \
jupyter/datascience-notebook:9b06df75e445
# find the container id
docker logs {container id}
# check for the session id and use the session id for creating password
``