drone-docker-buildx/Dockerfile
2015-09-04 12:08:59 -07:00

10 lines
232 B
Docker

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