The following command seems not to be working.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 gcr.io/tensorflow/tensorflow:latest-py3
It seems to have been moved and the fix is to use the following one instead.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 tensorflow/tensorflow:latest-py3