mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
Unified dockerfile
This commit is contained in:
parent
45cb346e9f
commit
5f607f5eac
@ -1,9 +1,4 @@
|
||||
# Docker image for the docker plugin
|
||||
#
|
||||
# docker build --rm=true -t plugins/docker .
|
||||
|
||||
FROM docker:1.11-dind
|
||||
|
||||
ADD drone-docker /bin/
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker" ]
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
||||
|
Loading…
Reference in New Issue
Block a user