kexec
Directly reboot into a new kernel. More information: <https://manned.org/kexec>.
RUN apt-get update && \
apt-get install -y kexec-tools
RUN apt-get update && \
apt-get install -y kexec-tools
RUN pacman -S --noconfirm kexec-tools
RUN apt-get update && \
apt-get install -y kexec-tools
RUN yum install -y kexec-tools
RUN dnf install -y kexec-tools
RUN apt-get update && \
apt-get install -y kexec-tools