Last active
September 8, 2018 23:39
-
-
Save pascal08/3b884e1351e8edc05128ef143c866b22 to your computer and use it in GitHub Desktop.
Docker CLI commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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