Using LXC
Intro⚓
Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel.
Docker vs. LXC⚓
The idea behind Docker is to reduce a …