1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 22:47:16 +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"]