1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/scripts/dockerimages/05-console
2015-02-16 22:09:26 -07:00

5 lines
123 B
Plaintext

FROM base
RUN rm /sbin/poweroff /sbin/reboot /sbin/halt
COPY scripts/dockerimages/scripts/console.sh /
CMD ["/console.sh"]