Which Docker capability should be dropped to comply with CIS Docker Benchmark recommendations for minimizing container attack surface?
-
A
CAP_NET_BIND_SERVICE when the container does not need to bind privileged ports
-
B
CAP_CHOWN when the container needs to change file ownership
-
C
ALL capabilities should be retained by default for application compatibility
-
D
Only kernel-level capabilities need to be dropped