Skip to content

Instantly share code, notes, and snippets.

@LoicMahieu
Created November 10, 2015 10:32
Show Gist options
  • Save LoicMahieu/28725ba933a6c267cb91 to your computer and use it in GitHub Desktop.
Save LoicMahieu/28725ba933a6c267cb91 to your computer and use it in GitHub Desktop.
Docker cheatsheet

Stats all containers

docker stats $(docker inspect -f "{{ .Name }}" $(docker ps -aq))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment