opensourcerers.org
OpenShift 3.1 Networking from a container/workload point of view - Part 1: Container Networking on a plain Docker Host – Open Sourcerers
From a container point of view, networking on a plain Docker Host is simple. A running container is nothing more than a Linux process which is namespaced and constrained with regards to access (SELinux) and resource consumption (cgroups). In each namespace, there is a single (virtual) network interface called eth0 which is assigned an IP […]
Wolfram Richter