Skip to content

Instantly share code, notes, and snippets.

@vfalies
Created November 22, 2017 08:57
Show Gist options
  • Save vfalies/e2a0d0df595beb7f32973d279ecabf4b to your computer and use it in GitHub Desktop.
Save vfalies/e2a0d0df595beb7f32973d279ecabf4b to your computer and use it in GitHub Desktop.
Docker tips

Docker

Remove all dead containers

docker rm -f $(docker ps --all -f status=dead -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment