Docker 拉取镜像&&上传镜像

docker 拉取镜像命令: docker  save  要拉取的ID( 4234kjd44 )  >  生成的名字( nginx-php7.tar )

docker 上传镜像的命令:docker load -i 拉取完的镜像包( nginx-php7.tar )

Docker 拉取镜像&&上传镜像_第1张图片

 

转载于:https://www.cnblogs.com/stj123/p/10919252.html

你可能感兴趣的:(Docker 拉取镜像&&上传镜像)