一、下载镜像 sudo docker pull jupyter/base-notebook 等待下载完之后进入下一步 二、运行容器 docker run -d –restart=always \ ...