1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

add swarm-arm

This commit is contained in:
kev
2016-01-29 01:46:55 +08:00
parent 7101404d69
commit 03bd77a4fd
6 changed files with 4505 additions and 0 deletions

13
swarm-arm/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM scratch
COPY ./swarm /swarm
COPY ./certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY ./tmp /tmp
ENV SWARM_HOST :2375
EXPOSE 2375
VOLUME /.swarm
ENTRYPOINT ["/swarm"]
CMD ["--help"]