Docker - Logging and Monitoring
You want to monitor CPU and memory usage of two specific containers named
webapp and db with a single snapshot. Which command should you run?webapp and db with a single snapshot. Which command should you run?--no-stream flag should come before container names; docker stats --no-stream webapp db places it correctly.--no-stream as a container name and resulting in an error. Options C and D use invalid or unsupported --filter syntax for this command.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions