Knowledge is Power!
Docker Networking
Docker provides container isolation, one of the aspects that helps to achieve this is by using Networking namespace. The objective is to understand how containers interact with 1. Other containers 2. The host and 3. The host’s network i.e outside the world via the host. Pre-requisites Docker installed