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>.
RUN apt-get update && \
apt-get install -y lxc
RUN apt-get update && \
apt-get install -y lxd-client
RUN apk add lxc
RUN pacman -S --noconfirm lxc
RUN apt-get update && \
apt-get install -y lxc
RUN dnf install -y lxc
RUN apt-get update && \
apt-get install -y lxc