Linux network NAMESPACE: Configuration

First, a brief introduction to Linux namespace- Linux namespace is a feature of the Linux kernel. It provides isolation for the system resources for a number of processes. That gives those processes to have a separate view of these resources. Docker calls Linux namespace APIs to create a docker container. Each namespace has a separate … Continue reading Linux network NAMESPACE: Configuration