mirror of
https://github.com/rancher/os.git
synced 2025-08-12 20:06:46 +00:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
FROM base
|
|
RUN rm /sbin/poweroff /sbin/reboot /sbin/halt
|
|
COPY scripts/dockerimages/scripts/console.sh /
|
|
CMD ["/console.sh"]
|