Hi I am trying to get TensorFlow
notebook folder mounted to /src/work
folder in Ubuntu.
sudo docker run -it -v /src/work:/HOME/notebooks -p 8888:8888 tensorflow/tensorflow:1.3.0
I have tried many combination of -v flags. It is not reading the files already in my work folder or saving new files to it.