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
2015-02-19 11:26:59 -07:00

4 lines
95 B
Plaintext

FROM base
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
CMD ["/usr/sbin/console.sh"]