Start Jupyter notebook on docker to developer with volume mounted
$ mkdir $HOME/workspace/notebooks -p && \
docker run -d -p 8888:8888 --restart unless-stopped --name jupyter -v $HOME/workspace/notebooks:/notebooks tensorflow/tensorflow:latest-gpu
To GET a token, not forgot to see jupyter logs.
$ docker logs jupyter
Output