Docker networking
A crucial feature of Docker is its networking features. The containers running on Docker communicate and interact transparently. Thanks to the network layer, Docker provides various networking aspects that are tackled efficiently, as follows:
- Private networks
- Internal DNS
- Container communication
- Bridging containers
Let’s see the available networks that are currently running:
$ docker network ls NETWORK ID NAME DRIVER SCOPE 6a149c758fc2 bridge bridge local 9ec7758d7050 chapter1_default bridge local 7c95e79497b6 chapter2_default bridge local 16fda3c38e57 ...