1
0
mirror of https://github.com/rancher/os.git synced 2025-08-17 14:28:16 +00:00
os/scripts/dockerimages/scripts/os-dockerfile
2015-02-14 09:35:46 -07:00

5 lines
113 B
Plaintext

FROM scratch
COPY init busybox docker images.tar /
COPY lib /lib
CMD ["/init", "rancher.disable=[udev,network]"]