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

4 lines
77 B
Plaintext
Raw Normal View History

2015-02-09 04:38:37 +00:00
FROM base
2015-02-14 16:35:46 +00:00
COPY scripts/dockerimages/scripts/console.sh /
CMD ["/console.sh"]