1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 03:26:12 +00:00
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"]