Skip to content

Instantly share code, notes, and snippets.

@jargnar
Created April 12, 2016 08:27
Show Gist options
  • Save jargnar/8bc0a42041e5594fdfc3fce7c3c6263c to your computer and use it in GitHub Desktop.
Save jargnar/8bc0a42041e5594fdfc3fce7c3c6263c to your computer and use it in GitHub Desktop.
Example Docker image for testing volume mounts
FROM busybox
MAINTAINER Suhas SG <[email protected]>
RUN mkdir /var/lib
RUN touch /var/lib/data.txt
VOLUME ["/var/lib"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment