March 2017
Beginner to intermediate
925 pages
18h 11m
English
As we know, libcontainer is the default execution driver. There is legacy support for LXC userspace tools (https://linuxcontainers.org/). Keep in mind that LXC is not the primary development environment.
Install Docker on the system.
-e lxc option, as follows:$ docker -d -e lxc
You can also add this option in the configuration file of Docker, depending on the distribution.
Docker uses LXC tools to access kernel features, such as Namespaces and Cgroups to run containers.
Read now
Unlock full access