In a Docker Compose file, what does specifying 'network_mode: host' for a service do?
-
A
Restricts the service to only the host's loopback interface
-
B
Removes container network isolation so the service shares the host's network stack
-
C
Assigns the host's IP to the container
-
D
Enables host DNS resolution only