Skip to content

Instantly share code, notes, and snippets.

@rojenzaman
Created June 24, 2021 12:49
Show Gist options
  • Select an option

  • Save rojenzaman/e858b5e652ab4d132ff3fd05a98508ea to your computer and use it in GitHub Desktop.

Select an option

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