-
sudo chown 1000 hostdir -
docker run -d -p 8888:8888 -v hostdir:/home/jovyan/work jupyter/scipy-notebook -
docker exec -it container_id /bin/bash -
Run
jupyter notebook listto get a url with a token -
Change the port of the url to the running container's open port and open the url in a browser