Skip to content

short-circuit/docker-prune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker Prune

Prune docker images, container, volumes and build cache

READ CAREFULLY

Running this script will DELETE everything that has been managed with Docker. Seriously. In an irreversible way. So no going back. Not even with a time machine.

Usage

./docker-prune.sh --<action>
Options:
  --container           Perform container pruning
  --volume              Perform volume pruning
  --image               Perform image pruning
  --network             Perform network pruning
  --build               Perform Docker build pruning
  --all                 Run all pruning actions
  --no-container         Run all pruning actions except container pruning

About

Prune docker images, container, volumes and build cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages