lxc-device
Linux Containers userspace tools
Install
- All systems
-
curl cmd.cat/lxc-device.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-device
- Docker
-
docker run cmd.cat/lxc-device lxc-device
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.
lxc-utils
Linux Containers userspace tools
lava-lxc-mocker
Linaro Automated Validation Architecture LXC Mocker
LAVA is a continuous integration system for deploying operating systems onto physical and virtual hardware for running tests. Tests can be simple boot testing, bootloader testing and system level testing, although extra hardware may be required for some system tests. Results are tracked over time and data can be exported for further analysis. This package contains set of mocker scripts that mocks each of the lxc commands that LAVA uses. It does not support all commands and options that lxc provides, but just the ones that LAVA uses. Test jobs using LXC can then be replicated in Docker.