1
0
mirror of https://github.com/rancher/os.git synced 2025-06-24 14:01:34 +00:00
os/scripts/dockerimages/06-console

4 lines
95 B
Plaintext
Raw Normal View History

2015-02-09 04:38:37 +00:00
FROM base
2015-02-19 18:26:59 +00:00
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
CMD ["/usr/sbin/console.sh"]