1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00
Files
os/images/02-cloudinit/Dockerfile
2016-05-06 10:58:54 -07:00

4 lines
66 B
Docker

FROM rancher/os-base
COPY cloud-init.sh /
CMD ["/cloud-init.sh"]