docker镜像制作、推送(push)到 Docker Hub、迁移
一、利用 commit 制作镜像docker commit 语法docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]Options:-a :提交的镜像作者;-c :使用Dockerfile指令来创建镜像;-m :提交时的说明文字;-p :在commit时,将容器暂停1、在公有镜像拉取(pull)镜像模板[root@localh...