mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 03:55:26 +00:00
Add in startup code for the pinata specific tools. Should be split out as packages later
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
@@ -35,10 +35,12 @@ RUN \
|
||||
rc-update add localmount && \
|
||||
rc-update add klogd && \
|
||||
rc-update add docker default && \
|
||||
rc-update add 9pinit default && \
|
||||
rc-update add 9pudc default && \
|
||||
rc-update add mdnstool default && \
|
||||
ln -s /bin/busybox /init
|
||||
|
||||
# docker mac specific, and should be moved anyway
|
||||
RUN mkdir /Mac /Socket
|
||||
# docker mac specific, should be packages
|
||||
COPY packages/9pudc/9pudc packages/mdnstool/mdnstool /sbin/
|
||||
|
||||
CMD ["/bin/sh"]
|
||||
|
||||
Reference in New Issue
Block a user