1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 18:20:32 +00:00

the preload container

This commit is contained in:
Ivan Mikushin
2015-05-19 19:15:52 +05:00
parent 2c4f45ab4c
commit 63bd060e2d

View File

@@ -0,0 +1,3 @@
FROM base
COPY scripts/dockerimages/scripts/preload.sh /
CMD ["/preload.sh"]