1、docker pull tensorflow/tensorflow
2、查看本机镜像
docker images
看到tensorflow镜像已下载好了
3、运行。
docker run -it -p 8888:8888 tensorflow/tensorflow
出现这个标志,表明运行成功。