poweroff
Power off the system. More information: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
RUN apt-get update && \
apt-get install -y sysvinit
RUN apt-get update && \
apt-get install -y upstart-sysv
RUN pacman -S --noconfirm systemd-sysvcompat
RUN apt-get update && \
apt-get install -y runit-init
RUN yum install -y usermode
RUN dnf install -y systemd
RUN apt-get update && \
apt-get install -y upstart