Skip to content

Instantly share code, notes, and snippets.

@nl5887
Created August 7, 2017 14:16
Show Gist options
  • Select an option

  • Save nl5887/d76f881be55fc10ab5735d6909f1d558 to your computer and use it in GitHub Desktop.

Select an option

Save nl5887/d76f881be55fc10ab5735d6909f1d558 to your computer and use it in GitHub Desktop.
docker cleanup
~/P/dump-import  ➦ 973beaf *  docker ps -a|tail -n +2|awk '{print $1}'|xargs -I\{\} docker rm \{\} Mon Aug 7 16:15:31 CEST 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment