美文网首页
docker简单使用命令

docker简单使用命令

作者: 04282aba96e3 | 来源:发表于2018-04-28 15:19 被阅读17次
docker-compose up
docker run -it helloworld
docker run -it ubuntu bash
docker login
docker search php
docker build -t xxx:v1 .
docker version -f {{.Server.Experimental}}
docker images
docker image ls
docker image rm -f hello-world

docker pull wordpress
docker run wordpress echo "hello world"

相关文章

网友评论

      本文标题:docker简单使用命令

      本文链接:https://www.haomeiwen.com/subject/lojglftx.html