Docker Networking
Docker implements three types of networking, none, host and bridge and out of these three, bridge is the default network that a docker uses to connect the containers when it is installed on a host. Assuming that docker runtime is installed on the hos...
devops5.hashnode.dev3 min read