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: