Docker Command

 Manage image: docker image

Manage container: docker container

List not started container: docker container ls -a

Delete image: docker image rm <tag>

Delete container: docker container rm <tag>

Delete all container: docker rm -f $(docker ps -a -q)

Delete all image: docker rmi -f $(docker images -q)



Comments

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error