Skip to content

Instantly share code, notes, and snippets.

@hattmarris
Last active August 27, 2019 20:51
Show Gist options
  • Save hattmarris/451f86a84c93b78a3629e161a782cca0 to your computer and use it in GitHub Desktop.
Save hattmarris/451f86a84c93b78a3629e161a782cca0 to your computer and use it in GitHub Desktop.
helpful-docker-commands
# Identifying a problem container
docker stats --all --format "table {{.ID}}\t{{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}"
# Checking specific container process
docker ps | grep <container id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment