From the course: Windows Server 2019: Deploying Containers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Manage container networking

Manage container networking - Windows Server Tutorial

From the course: Windows Server 2019: Deploying Containers

Start my 1-month free trial

Manage container networking

- [Instructor] When it comes to managing container networking with Windows Server 2019, it can get rather complex. What I wanted to show you here is first a high level overview of how the physical network and the virtual network and the container network are all connected and then what we'll do is we'll create a custom container network and start a container on top of that network. So first off, we're here inside our container, and if you do a docker network ls you can see what container networks are created by default in Windows Server 2019. Here you can see we have a nat network that's created, and it has a network ID just like an image has an image ID. And it also has a driver type. And the driver types are quite important. There's a number of different types of driver you have to choose from, network address translation, or nat, which we have here; transparent, which is also known as bridged, that allows you to connect directly to the physical network. There's the overlay network,…

Contents