0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00
wp-docker-buildx/Dockerfile

10 lines
228 B
Docker
Raw Normal View History

2015-05-15 07:12:50 +02:00
# Docker image for the docker plugin
#
2016-05-04 01:17:16 +02:00
# docker build --rm=true -t plugins/docker .
2015-05-15 07:12:50 +02:00
2016-03-15 20:08:38 +01:00
FROM rancher/docker:v1.10.2
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"]