docker image镜像的发布
更新:HHH   时间:2023-1-7


docker pull 可以在docker hub 上拉取一些 image
可以发布 自己image push 上去
先在 docker hub 注册用户 才能 push image

docker login

登录成功 显示 login succeeded
docker image push xiaopeng163/hello-world:latest


docker image rm xiaopeng163/hello-world
docker pull xiaopeng163/hello-world

返回云计算教程...