dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 32
- Reaction score
- 45,552
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%


Example:
Bash:
docker diff my_container
# Output: A /tmp/new_file (file added)
# D /var/log/old.log (file deleted)

Example (CPU/memory monitoring in machine-readable format):
Bash:
docker stats --format "{{.Container}}: {{.CPUPerc}} | {{.MemUsage}}"


Example:
Bash:
docker exec --user app_user my_container whoami