标签:docker docker images docker tag docker push docker pull
作者:李晓辉
联系方式:Xiaohui_li@foxmail.com
QQ:939958092
docker images
docker tag 48b5124b2768 cnlxh/hello-world
docker login
这里有一个注意事项,镜像的tag斜杠前面必须是你的用户名
docker push cnlxh/hello-world
docker image remove cnlxh/hello-world
docker search mysql
docker pull mysql
docker run -itd mysql
本文出自 “阳光☆奋进” 博客,转载请与作者联系!
标签:docker docker images docker tag docker push docker pull
原文地址:http://ucweb.blog.51cto.com/4042188/1900909