Skip to content

Commit

Permalink
docker: create spool dir
Browse files Browse the repository at this point in the history
otherwise errors
  • Loading branch information
Dieterbe committed Feb 8, 2017
1 parent c8a38e2 commit 839cc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM gliderlabs/alpine
ADD carbon-relay-ng /bin/
VOLUME /conf
ADD examples/carbon-relay-ng-docker.ini /conf/carbon-relay-ng.ini
RUN mkdir /var/spool/carbon-relay-ng
ENTRYPOINT ["/bin/carbon-relay-ng"]
CMD ["/conf/carbon-relay-ng.ini"]

0 comments on commit 839cc19

Please sign in to comment.