Bird
0
0

You want to improve your Docker host security by applying CIS Docker Benchmark recommendations. Which combination of actions is best?

hard📝 Workflow Q15 of 15
Docker - Security
You want to improve your Docker host security by applying CIS Docker Benchmark recommendations. Which combination of actions is best?
ARun Docker Bench Security regularly, fix warnings, and restrict container privileges
BOnly update Docker to the latest version and ignore warnings
CDisable Docker logging to improve performance and skip scans
DRun containers as root for easier management and skip security checks
Step-by-Step Solution
Solution:
  1. Step 1: Identify best practices from CIS Docker Benchmark

    Regular scanning, fixing warnings, and limiting container privileges are key security steps.
  2. Step 2: Evaluate other options for security risks

    Options A, B, and C ignore warnings or increase risks by disabling logs or running as root.
  3. Final Answer:

    Run Docker Bench Security regularly, fix warnings, and restrict container privileges -> Option A
  4. Quick Check:

    Regular scans + fixes + least privilege = D [OK]
Quick Trick: Scan often, fix issues, and limit privileges for best security [OK]
Common Mistakes:
  • Ignoring warnings thinking updates are enough
  • Disabling logs reduces visibility and security
  • Running containers as root increases risk

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Docker Quizzes