Files
Kubernetes/Docker/Dockerfile/Debain/Dockerfile
2025-08-25 17:53:08 +08:00

5 lines
48 B
Docker

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