标签:class 本地 disable doc str one code display ons
docker push : 将本地的镜像上传到镜像仓库,要先登陆到镜像仓库
docker push [OPTIONS] NAME[:TAG]
OPTIONS说明:
--disable-content-trust :忽略镜像的校验,默认开启
上传本地镜像myapache:v1到镜像仓库中:
docker push myapache:v1
标签:class 本地 disable doc str one code display ons
原文地址:https://www.cnblogs.com/wangwust/p/9739686.html