1
0
mirror of https://github.com/rancher/os.git synced 2025-06-24 22:11:33 +00:00
os/scripts/dockerimages/06-console
2015-02-19 11:32:09 -07:00

4 lines
95 B
Plaintext

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