machinectl
Control the systemd machine manager. Execute operations on virtual machines, containers and images. More information: <https://www.freedesktop.org/software/systemd/man/machinectl.html>.
RUN apt-get update && \
apt-get install -y systemd-container
RUN apt-get update && \
apt-get install -y systemd-container
RUN pacman -S --noconfirm systemd
RUN apt-get update && \
apt-get install -y systemd-container
RUN yum install -y systemd
RUN dnf install -y systemd-container
RUN apt-get update && \
apt-get install -y systemd-container