mount

Docker run failing when mounting host dir inside a container

Docker run failing when mounting host dir inside a container Question: I am trying to mount a directory from host to container and at the same time running jupyter from that directory. What am I doing wrong here that docker is complaining as file now found please? docker run -it –rm -p 8888:8888 tensorflow/tensorflow:nightly-jupyter -v …

Total answers: 1