update the docker plugin to use the default volume as the graph path

This commit is contained in:
Brad Rydzewski
2016-06-03 11:42:20 -07:00
parent 8971a82c08
commit 74289a486c
4 changed files with 4 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ FROM docker:1.11-dind
ADD drone-docker /bin/
ENTRYPOINT ["/bin/drone-docker"]
ENTRYPOINT [ "/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker" ]