woodpecker-docker-buildx/Dockerfile
2016-03-15 15:08:38 -04:00

10 lines
234 B
Docker

# Docker image for the docker plugin
#
# docker build --rm=true -t plugins/drone-docker .
FROM rancher/docker:v1.10.2
ADD drone-docker /go/bin/
VOLUME /var/lib/docker
ENTRYPOINT ["/usr/bin/dockerlaunch", "/go/bin/drone-docker"]