Need Assistance?

support@tutorialshub.in

Docker Networking

Host and None Networks

ADVERTISEMENT
Docker Free Lesson
5 min read
ADVERTISEMENT

Special Network Modes

The host network mode removes the normal network namespace separation on supported platforms, while the none network mode provides a container with no regular network connectivity. These modes are specialized and should be chosen deliberately.

For most web applications, a user-defined bridge network is the simpler default.

ADVERTISEMENT