1
0
mirror of https://github.com/rancher/os.git synced 2025-09-05 08:42:38 +00:00
Files
os/scripts/dockerimages/00-base

4 lines
57 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM scratch
ADD build/dist/rootfs.tar /
CMD ["/bin/sh"]