Docker - Logging and Monitoring
Which Docker command shows real-time resource usage of running containers?
docker stats shows live CPU, memory, and network usage.docker ps lists containers, docker images lists images, docker logs shows logs, none show live resource stats.docker stats -> Option Bdocker stats = live resource usage [OK]docker stats for live container resource info [OK]docker ps to check resource usagedocker logs with statsdocker images shows container info15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions