lxc-cgroup
Linux Containers userspace tools
Install
- All systems
-
curl cmd.cat/lxc-cgroup.sh
- Debian
-
apt-get install lxc
- Ubuntu
-
apt-get install lxc
- Alpine
-
apk add lxc
- Arch Linux
-
pacman -S lxc
- Kali Linux
-
apt-get install lxc
- Fedora
-
dnf install lxc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lxc
- OS X
-
brew install lxc
- Raspbian
-
apt-get install lxc
- Dockerfile
- dockerfile.run/lxc-cgroup
- Docker
-
docker run cmd.cat/lxc-cgroup lxc-cgroup
powered by Commando
lxc
Linux Containers userspace tools
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. This package provides the lxc-* tools, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers.