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:
Justin Cormack
2015-12-10 11:26:58 +00:00
parent ef337134ef
commit 39de916e54
8 changed files with 83 additions and 5 deletions

View File

@@ -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"]