/dokku-nuke

Dokku plugin to stop all running containers, then delete all containers and images.

Primary LanguageShellMIT LicenseMIT

dokku-nuke Build Status

Stop all running containers, then delete all containers and images.

requirements

  • dokku 0.4.0+
  • docker 1.8.x

installation

# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-nuke.git nuke

usage

Stop all running containers, then delete all containers and images.

dokku nuke

WARNING: This will wipe ALL of your Docker containers and images!