Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Created July 4, 2014 20:07
Show Gist options
  • Save gdoteof/00f1bff05e411114bf01 to your computer and use it in GitHub Desktop.
Save gdoteof/00f1bff05e411114bf01 to your computer and use it in GitHub Desktop.
super simple data only docker
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