docker -v volume for mounting folder

25 kali dilihat
Langsung ke pesan pertama yang belum dibaca

Ka Th

belum dibaca,
9 Agu 2017, 01.46.1909/08/17
kepadaProject 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

belum dibaca,
10 Agu 2017, 18.17.4610/08/17
kepadaProject 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=''
Balas ke semua
Balas ke penulis
Teruskan
0 pesan baru