Skip to content

Instantly share code, notes, and snippets.

@fj
Created November 30, 2015 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fj/707dbeb1524bab1faa2a to your computer and use it in GitHub Desktop.
Save fj/707dbeb1524bab1faa2a to your computer and use it in GitHub Desktop.
FROM alpine:latest
MAINTAINER John Feminella <jxf@jxf.me>
RUN apk add --update \
inotify-tools \
qemu-system-x86_64 \
&& rm -rf /var/cache/apk/*
COPY mysqld.bin run.sh fs/etc.iso fs/data.ffs /unikernel/
WORKDIR /unikernel
CMD ["/unikernel/run.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment