Created
August 12, 2016 23:38
-
-
Save t3chn0m4g3/1a9c291160c31f951ede3644ed923bf7 to your computer and use it in GitHub Desktop.
useful docker 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
#docker stats with names instead of container IDs | |
docker stats $(docker ps --format {{.Names}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment