mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-04 20:10:41 +00:00
7 lines
207 B
Docker
7 lines
207 B
Docker
# docker build --rm -f docker/Dockerfile -t plugins/docker .
|
|
|
|
FROM docker:17.12.0-ce-dind
|
|
|
|
ADD release/linux/amd64/drone-docker /bin/
|
|
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|