mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 04:20:41 +00:00
b41b68dd08
update from rancher/docker:1.8.1 to 1.9.1
10 lines
232 B
Docker
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"]
|