March 2022
Beginner
784 pages
18h 19m
English
Chapter 6
IN THIS CHAPTER
Looking at types of network connections
Viewing your network adapters and virtual switches
Configuring a NAT network connection
Configuring a transparent network connection
Configuring an overlay network connection
Configuring an l2bridge network connection
Configuring an l2tunnel network connection
Connecting to a network
Foundational to most server concepts is networking, and containers are no exception to that. Containers are configured by default to use a Network Address Translation (NAT) connection, but you can change that to customize your container environment.
In this chapter, you learn the ins and outs of container networking, ...