1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 15:54:24 +00:00
Files
os/scripts/dockerimages/06-console

4 lines
95 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
2015-02-19 11:26:59 -07:00
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
CMD ["/usr/sbin/console.sh"]