Created
July 4, 2014 20:07
-
-
Save gdoteof/00f1bff05e411114bf01 to your computer and use it in GitHub Desktop.
super simple data only docker
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 | |
VOLUME /path/to/resource | |
# assumes that there is a folder called resource that contains stuff in the same directory as the dockerfile | |
ADD resource /path/to/resource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment