Created
April 12, 2016 08:27
-
-
Save jargnar/8bc0a42041e5594fdfc3fce7c3c6263c to your computer and use it in GitHub Desktop.
Example Docker image for testing volume mounts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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