mounting volume by default

This commit is contained in:
Brad Rydzewski 2015-05-15 00:09:56 -07:00
parent ed32fa5523
commit 4c1c1670d0
2 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ RUN apt-get update -qq \
ADD drone-docker /go/bin/
ADD wrapdocker /bin/
VOLUME /var/lib/docker
ENTRYPOINT ["/go/bin/drone-docker"]

View File

@ -27,7 +27,7 @@ docker run -i --privileged -v $(pwd):/drone/src plugins/drone-docker <<EOF
"password": "pa$$word",
"email": "foo@bar.com",
"repo": "foo/bar",
"storage_driver": "brtfs"
"storage_driver": "aufs"
}
}
EOF