floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)
https://www.floydhub.com
3.86k stars 821 forks source link

No sharedfolder exists #88

Closed shuuchen closed 6 years ago

shuuchen commented 6 years ago

Hi there,

I run the command

docker run -it -p 8888:8888 -p 6006:6006 -v /sharedfolder:/root/sharedfolder floydhub/dl-docker:cpu jupyter notebook

to launch the image and jupyter notebook.

However, I didn't find sharedfolder there. Any one can help?