drone-docker-buildx/Dockerfile
2015-09-04 00:41:48 -07:00

10 lines
201 B
Docker

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