drone-docker-buildx/Dockerfile
Ivan Pedrazas b41b68dd08 docker image update
update from rancher/docker:1.8.1 to 1.9.1
2015-12-03 16:18:18 +00:00

10 lines
232 B
Docker

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