Skip to content

Instantly share code, notes, and snippets.

@sebatyler
Last active February 1, 2019 10:07
Show Gist options
  • Save sebatyler/4efd4c9e954ebca8b0462bcb21912b66 to your computer and use it in GitHub Desktop.
Save sebatyler/4efd4c9e954ebca8b0462bcb21912b66 to your computer and use it in GitHub Desktop.
cleanup_docker.sh
docker ps -a|grep Exited|awk '{print $1}'|xargs docker rm
docker images -a|grep none|awk '{print $3}'|xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment