mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 11:44:44 +00:00
link /init so kernel will boot as initramfs
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
e2188acbbb
commit
d4419dd94c
@ -7,4 +7,6 @@ COPY motd hostname /etc/
|
|||||||
|
|
||||||
RUN apk update && apk upgrade && apk add e2fsprogs docker
|
RUN apk update && apk upgrade && apk add e2fsprogs docker
|
||||||
|
|
||||||
|
RUN ln -s /bin/busybox /init
|
||||||
|
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user