Last active
August 27, 2019 20:51
-
-
Save hattmarris/451f86a84c93b78a3629e161a782cca0 to your computer and use it in GitHub Desktop.
helpful-docker-commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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