Beginner Docker & Containers
Q32 / 100

What does the default "bridge" network in Docker provide?

Correct! Well done.

Incorrect.

The correct answer is B) A private internal network on the host where containers can communicate with each other via IP addresses, with NAT used for external access

B

Correct Answer

A private internal network on the host where containers can communicate with each other via IP addresses, with NAT used for external access

Explanation

The default bridge network creates an isolated internal network; containers on it get their own IP addresses and can reach external networks via NAT through the host.

Progress
32/100