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"
网友评论