天天看点

[Docker] Docker Client in Action

pull the docker image:

show all the images:

remove the image:

run the image:

once run the images, you can see the webpage the your docker site url.

list all the running containers:

list all the containers:

remove the container:

after delete container, the images will still be left, if you want to delete the image

just do `docker rmi <iamge_id>`

stop the container:

[Docker] Docker Client in Action
[Docker] Docker Client in Action

继续阅读