-
-
Save skylock/0c156e354137a90ec73d994679d0f49b to your computer and use it in GitHub Desktop.
List all running docker containers and their resources used
This file contains 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 --format='{{.Name}}' $(sudo docker ps -aq --no-trunc) | sed -e 's/\///g'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment