Understanding Docker Networking
What is docker networking?
Docker networking is used to establish communication between the docker container and outside the world via the host machine. In docker by default bridge network is created. Whenever we create a new container it's automatic...
parimalpradhan.hashnode.dev4 min read