Skip to content

Instantly share code, notes, and snippets.

@pascal08
Last active September 8, 2018 23:39
Show Gist options
  • Save pascal08/3b884e1351e8edc05128ef143c866b22 to your computer and use it in GitHub Desktop.
Save pascal08/3b884e1351e8edc05128ef143c866b22 to your computer and use it in GitHub Desktop.
Docker CLI commands
# Remove all non-running containers:
`docker rm $(sort <(docker ps -q) <(docker ps -aq) | uniq -u)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment