6 lines
50 B
Docker
6 lines
50 B
Docker
![]() |
FROM scratch
|
||
|
|
||
|
ADD rootfs.tar /
|
||
|
|
||
|
CMD ["/bin/bash"]
|