Skip to content

Instantly share code, notes, and snippets.

@mattbailey
Created February 4, 2015 17:54
Show Gist options
  • Save mattbailey/d177535c159904947429 to your computer and use it in GitHub Desktop.
Save mattbailey/d177535c159904947429 to your computer and use it in GitHub Desktop.
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