Bird
0
0

After running Docker Bench Security, you see this output line:

medium📝 Command Output Q13 of 15
Docker - Security
After running Docker Bench Security, you see this output line:
[WARN] 4.1 - Ensure that containers are not running in privileged mode
What does this warning mean?
AContainers are using too much CPU
BContainers are missing network access
CContainers are running with extra permissions that can be risky
DContainers are not logging output
Step-by-Step Solution
Solution:
  1. Step 1: Understand privileged mode in Docker

    Privileged mode gives containers extended permissions on the host, which can be a security risk.
  2. Step 2: Interpret the warning message

    The warning indicates containers are running with these risky extra permissions.
  3. Final Answer:

    Containers are running with extra permissions that can be risky -> Option C
  4. Quick Check:

    Privileged mode risk = C [OK]
Quick Trick: Privileged mode means extra risky permissions [OK]
Common Mistakes:
  • Confusing privileged mode with resource usage
  • Thinking it relates to network or logging
  • Ignoring security implications of privileged mode

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Docker Quizzes