Created
February 4, 2015 17:54
-
-
Save mattbailey/d177535c159904947429 to your computer and use it in GitHub Desktop.
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:latest | |
MAINTAINER Matt Bailey <[email protected]> | |
RUN mkdir /data | |
RUN mkdir /downloads | |
RUN mkdir /Sync | |
RUN mkdir /Config | |
VOLUME /data | |
VOLUME /downloads | |
VOLUME /Sync | |
VOLUME /Config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment