Container Networking Explained (Part I)
Understanding How Docker Hosts a Container (Part I)
Jul 24, 202416 min read3.4K
Search for a command to run...
Series
In this series, we dive deep into container networking and understand the underlying technology. We will be handcrafting all the network interfaces and iptable rules ourselves using appropriate os abstractions
Understanding How Docker Hosts a Container (Part I)
Running multiple containers on one host
Until now, we have 2 containers running in the system. However, keen-eyed among you might have noticed that we have not made much use of iptables. This is the reason why, we still need to know both the IP and the port of our running services inside t...
How to Expose Your Container to the External Network
Guide to Pod Connectivity Over Nodes