docker简单使用命令

2018-04-28  本文已影响17人  04282aba96e3
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"
上一篇下一篇

猜你喜欢

热点阅读