1.Docker镜像构建方法 1.1通过commit命令制作镜像 docker commit {容器id} {镜像目录}/{镜像名} docker commit a84827a98cab registry:5000/python2.7:1.0