LXC (Linux Containers) is an operating system-level virtualization system for running multiple isolated instances of the Linux operating system on a single node. LXC does not use virtual machines but creates a virtual environment with its own process space and network stack. All LXC instances share a single instance of the operating system kernel.
(q) https://ru.wikipedia.org/wiki/LXC
In version 4.0:
- full support for cgroup2
- increased stability of freezing and unfreezing containers
- improved handling of virtual network devices
- fixed issues with the passthrough of wireless interfaces to containers
- other improvements
This release will be supported until June 2025.
Source: linux.org.ru
