mirror of
https://github.com/rancher/os.git
synced 2025-08-17 14:28:16 +00:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
FROM scratch
|
|
COPY init busybox docker images.tar /
|
|
COPY lib /lib
|
|
CMD ["/init", "rancher.disable=[udev,network]"]
|