Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thenewguy/e4c438afb4590eade9fd0749e21a5403 to your computer and use it in GitHub Desktop.
Save thenewguy/e4c438afb4590eade9fd0749e21a5403 to your computer and use it in GitHub Desktop.
Docker stats with Container Names instead of IDs
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