drone-docker-buildx/Dockerfile

10 lines
232 B
Docker
Raw Normal View History

2015-05-15 07:12:50 +02:00
# Docker image for the docker plugin
#
# docker build --rm=true -t plugins/drone-docker .
FROM rancher/docker:1.9.1
2015-05-15 07:12:50 +02:00
ADD drone-docker /go/bin/
2015-09-04 09:41:48 +02:00
VOLUME /var/lib/docker
ENTRYPOINT ["/usr/bin/dockerlaunch", "/go/bin/drone-docker"]