Skip to content

Removes all docker containers, images, and volumes.

Notifications You must be signed in to change notification settings

jwasham/docker-nuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-nuke

This bash script removes all Docker containers, volumes, and images.

It is useful when developing a new container or composition and you want to make sure there are no other artifacts from a previous run that are affecting your Docker environment.

To use:

chmod +x docker-nuke.sh
./docker-nuke.sh

About

Removes all docker containers, images, and volumes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages