docker -v volume for mounting folder

25 views
Skip to first unread message

Ka Th

unread,
Aug 9, 2017, 1:46:19 AM8/9/17
to Project Jupyter
docker run -d -v /src/work:/home/jovyan/work -p 8888:8888 jupyter/datascience-notebook start-notebook.sh --NotebookAp
p.token=''

I am running the docker command from the location where work folder exits.  I am unable to find the files in the docker jupyter notebook... any one familiar with the volume flag.

fyi this running on Windows using Docker toolbox

Ka Th

unread,
Aug 10, 2017, 6:17:46 PM8/10/17
to Project Jupyter
found a working command

docker run -d -v ~/src/work:/home/jovyan/work -p 8888:8888 jupyter/datascience-notebook start-notebook.sh --NotebookApp.token=''
Reply all
Reply to author
Forward
0 new messages