Skip to content

Instantly share code, notes, and snippets.

@t3chn0m4g3
Created August 12, 2016 23:38
Show Gist options
  • Save t3chn0m4g3/1a9c291160c31f951ede3644ed923bf7 to your computer and use it in GitHub Desktop.
Save t3chn0m4g3/1a9c291160c31f951ede3644ed923bf7 to your computer and use it in GitHub Desktop.
useful docker commands
#docker stats with names instead of container IDs
docker stats $(docker ps --format {{.Names}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment