A security team discovers that several Docker containers are running with the `--privileged` flag in production. What is the PRIMARY risk this introduces?
-
A
Containers consume more CPU and memory resources than necessary
-
B
Containers gain access to all host devices and can escape the container isolation boundary
-
C
Containers cannot communicate with each other over the default bridge network
-
D
Containers are prevented from pulling updated images from a registry