Skip to content

Instantly share code, notes, and snippets.

@rojenzaman
Created June 24, 2021 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rojenzaman/e858b5e652ab4d132ff3fd05a98508ea to your computer and use it in GitHub Desktop.
Save rojenzaman/e858b5e652ab4d132ff3fd05a98508ea to your computer and use it in GitHub Desktop.
docker-compose stats
#!/bin/bash
# stats function to docker-compose
docker-compose ps -q | xargs docker stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment