lxc

Manage Linux containers using the lxd REST API. Any container names or patterns can be prefixed with the name of a remote server. More information: <https://manned.org/lxc>.

Debian Debian
RUN apt-get update && \ apt-get install -y lxc
Ubuntu
RUN apt-get update && \ apt-get install -y lxd-client
Alpine
RUN apk add lxc
Arch Arch Linux
RUN pacman -S --noconfirm lxc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lxc
Fedora
RUN dnf install -y lxc
Raspbian
RUN apt-get update && \ apt-get install -y lxc
click the source code to copy install lxc on any operating system with command-not-found.com