Skip to content

Files

Latest commit

 

History

History
8 lines (7 loc) · 301 Bytes

docker.md

File metadata and controls

8 lines (7 loc) · 301 Bytes

Docker

Helpful commands

  • docker container ls: lists all containers
  • docker container prune -f: removes all stopped containers
  • docker image ls: lists all images
  • docker image ls --all: lists all images, including the intermediate ones
  • docker system prune -af: deletes all images