February 2018
Beginner
290 pages
7h 28m
English
In this case, rather than creating a new network namespace, the namespace of the host where the containers are running is used. This provides immense data transfer speeds, but can cause port conflicts.
This is only used when we want to isolate the other namespaces but not the network. In the previous example, the container will have access to the full network stack of the host. This simply means that containers are like different applications running on the same host and no port duplication can be done.
Read now
Unlock full access