Docker - Logging and Monitoring
What will be the output of the command
docker stats --no-stream my_container if my_container is running?docker stats --no-stream my_container if my_container is running?docker stats --no-stream requests a single snapshot, and specifying my_container limits output to that container only.my_container is running, the command outputs one snapshot of its resource usage metrics, not a stream or logs.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions