-
-
Save thenewguy/e4c438afb4590eade9fd0749e21a5403 to your computer and use it in GitHub Desktop.
Docker stats with Container Names instead of IDs
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 $(docker inspect -f '{{.Name}}' $(docker ps -q) | cut -c 2-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment