Files
kubernetes/Docker/Dockerfile/Debain/Dockerfile
2026-01-09 17:56:38 +08:00

5 lines
48 B
Docker

FROM scratch
ADD rootfs.tar.xz /
CMD /bin/bash