1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +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

View File

@ -86,6 +86,7 @@ dockerfiles
- [x] shadowsocks-libev-arm :+1:
- [x] shadowvpn
- [x] snort :beetle:
- [x] swarm-arm
- [x] taskd
- [x] tinc :+1:
- [x] tmail :beetle:

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"]

5
swarm-arm/README.md Normal file
View File

@ -0,0 +1,5 @@
swarm-arm
=========
- https://docs.docker.com/swarm/install-manual/
- https://github.com/docker/swarm-library-image

File diff suppressed because it is too large Load Diff

BIN
swarm-arm/swarm Executable file

Binary file not shown.

0
swarm-arm/tmp/.dummy Normal file
View File