mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 21:03:57 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
7 lines
79 B
Docker
7 lines
79 B
Docker
FROM alpine:3.5
|
|
|
|
COPY . /
|
|
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/tar2initrd.sh"]
|