publish docker image
push image to hub.docker.com
1. docker login hub.docker.com
2. docker push hub.docker.com/rushteam/test:v1.0.0
push image to gcr.io
1. gcloud auth login
2. gcloud config set project rushteam
3. gcloud auth configure-docker
4. docker login asia.gcr.io
5. docker push asia.gcr.io/rushteam/test:v1.0.0
push image to azure
1. az acr login --name myregistry / docker login myregistry.azurecr.cn
2. docker push myregistry.azurecr.cn/rushteam/test:v1.0.0
Doc: https://docs.azure.cn/zh-cn/container-registry/container-registry-get-started-docker-cli
最后更新于 2020-07-15 03:33:24 并被添加「」标签,已有 2867 位童鞋阅读过。
本站使用「署名 4.0 国际」创作共享协议,可自由转载、引用,但需署名作者且注明文章出处