1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 16:21:07 +00:00
Files
os/scripts/dockerimages/05-console

7 lines
215 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
2015-02-16 22:09:26 -07:00
RUN rm /sbin/poweroff /sbin/reboot /sbin/halt
2015-02-17 01:18:48 -07:00
RUN sed -i '/^root/s!/bin/sh!/bin/bash!' /etc/passwd
RUN echo -e 'RancherOS\n' > /etc/issue
2015-02-14 09:35:46 -07:00
COPY scripts/dockerimages/scripts/console.sh /
CMD ["/console.sh"]