Container Can Be Defined As Isolation With Some Resource Limits
Container Can Be Defined As Isolation With Some Resource Limits
Working on namespaces & cgroups are difficult, but here comes the docker to the
rescue.
Docker Engine makes it easy to create isolated areas & resource limits
Namespaces
To be very specific,
pID namespace (Process Namespace) creates the isolated process tree
inside
container
user namespace allows to create whole new set of user & groups for the
containers
Fortunately even in windows world we have namespaces now. The purpose of the
namespace is same but underlying implementation differs. Refer this article
shown
The Specific Linux Implementation will be shown
below
The Specific Windows Implementation will be as shown
below