March 2017
Intermediate to advanced
290 pages
5h 35m
English
In this chapter, we will cover the following topics:
Each Docker container has its own network stack, and this is due to the Linux kernel net namespace, where a new net namespace for each container is instantiated and cannot be seen from outside the container or other containers.
Docker networking is powered by the following network components ...
Read now
Unlock full access