Docker Networking - [ Hands-on ]
In this hands-on, we are creating the to do list using the custom network, and also explain the all docker network drivers.
In the docker , there are 6 types of Network & In the Bridge network, there are 2 subtypes.
Bridge network
Host Network -
none network -
Overlay network -
Macvlan:
IP Lan Network :
When we install the docker, there are 3 docker network automatically install, which is default.

Custom Bridge-
Customs Bridge is network which is we need to create ourself,
Created Neatwork


DockerFile for the todo- list

Building an Image -

Command for run the Container

todo list --using the custom network running on the 8000 port
which is mention in the previous command

logs of the container showing the which neetwork we use for the running the todo list container

none Network

PreviousKubernetes-Installtion & Setup Some impoartant commandsNextGame-2048 On AWS EKS | EKS Install and app deploy with Ingress
Last updated