docker常用命令

docker常用命令 扯一句: docker可以看作是小型的Linux, 启动快、 方便, 由go语言开发。 docker pull hello-world # 从远程仓库拉取一个入门镜像, 不写TAG默认是latest, 以下都是了 docker images # 查看拉取的镜像 docker tag hello-world xxd_hello_world:1.0 #给镜像打个标签 注: hel
相关文章
相关标签/搜索