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"