docker image镜像的发布

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

docker login

登录成功 显示 login succeeded
docker image push xiaopeng163/hello-world:latest
docker image镜像的发布
docker image镜像的发布
docker image rm xiaopeng163/hello-world
docker pull xiaopeng163/hello-world
docker image镜像的发布

猜你喜欢

转载自blog.51cto.com/skinglzw/2377484