mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-10-31 18:10:39 +00:00
10 lines
230 B
Docker
10 lines
230 B
Docker
# Docker image for the docker plugin
|
|
#
|
|
# docker build --rm=true -t plugins/docker .
|
|
|
|
FROM rancher/docker:v1.10.2
|
|
|
|
ADD drone-docker /usr/bin/
|
|
VOLUME /var/lib/docker
|
|
ENTRYPOINT ["/usr/bin/dockerlaunch", "/usr/bin/drone-docker"]
|