mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 19:23:24 +00:00
7 lines
79 B
Docker
7 lines
79 B
Docker
FROM alpine:3.5
|
|
|
|
COPY . /
|
|
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/tar2initrd.sh"]
|