3 lines
35 B
Docker
3 lines
35 B
Docker
FROM scratch
|
|
ADD rootfs /
|
|
CMD /init |
FROM scratch
|
|
ADD rootfs /
|
|
CMD /init |