Skip to content

Instantly share code, notes, and snippets.

@peon-pasado-zeitnot
Created August 20, 2014 15:41
Show Gist options
  • Save peon-pasado-zeitnot/d040a30b537e4080ebad to your computer and use it in GitHub Desktop.
Save peon-pasado-zeitnot/d040a30b537e4080ebad to your computer and use it in GitHub Desktop.
oneliners
for container in `docker ps -a|grep Exited| cut -f1 -d\ `; do docker rm $container; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment