Docker 简单流程
docker login
Authenticating with existing credentials...
Login Succeeded
登录成功
https://hub.docker.com/repositories/
创建存储库
推送图像
您可以使用CLI将新图像推送到此存储库:
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
docker login
Authenticating with existing credentials...
Login Succeeded
登录成功
https://hub.docker.com/repositories/
创建存储库
您可以使用CLI将新图像推送到此存储库: