摘要: docker 拉取镜像命令: docker save 要拉取的ID( 4234kjd44 ) > 生成的名字( nginx-php7.tar ) docker 上传镜像的命令:docker load -i 拉取完的镜像包( nginx-php7.tar ) 阅读全文
posted @ 2019-05-24 17:19 PHP小媛 阅读(612) 评论(0) 推荐(0) 编辑