docker命令流程
2021-06-07 10:56:53 0 举报
为你推荐
查看更多
docker命令流程图
作者其他创作
大纲/内容
run
push
远端
1、docker load -i tar包 2、docker load < tar包
本地目录
镜像
容器
本地
1、docker save 镜像:版本 > tar包 2、docker save 镜像:版本 -o tar包
pull
镜像的结构: registry_name/repository_name/image_name:tag_name例如: docker.io/library/alpine:3.10.1
load
仓库
push前要打标签:给镜像打标签也就是重新复制一个新的镜像docker tag 镜像:版本 私有仓库地址/仓库/镜像:版本docker push 私有仓库地址/仓库/镜像:版本
save
commit
收藏
0 条评论
回复 删除
下一页