Skip to content

Instantly share code, notes, and snippets.

@lithix-src
Created August 12, 2015 20:10
Show Gist options
  • Save lithix-src/f5ee924838d7d0982faf to your computer and use it in GitHub Desktop.
Save lithix-src/f5ee924838d7d0982faf to your computer and use it in GitHub Desktop.
FROM busybox:latest
RUN mkdir /data
VOLUME /data
CMD ["true"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment