1
0
mirror of https://github.com/rancher/os.git synced 2025-08-16 05:54:51 +00:00
os/images/02-cloudinit/Dockerfile

4 lines
66 B
Docker
Raw Normal View History

2016-05-06 17:12:09 +00:00
FROM rancher/os-base
COPY cloud-init.sh /
CMD ["/cloud-init.sh"]