mirror of
https://github.com/rancher/os.git
synced 2025-09-05 08:42:38 +00:00
4 lines
57 B
Plaintext
4 lines
57 B
Plaintext
![]() |
FROM scratch
|
||
|
ADD build/dist/rootfs.tar /
|
||
|
CMD ["/bin/sh"]
|