5 lines
50 B
Docker
5 lines
50 B
Docker
FROM scratch
|
|
|
|
ADD rootfs.tar /
|
|
|
|
CMD ["/bin/bash"]
|