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:
parent
7101404d69
commit
03bd77a4fd
@ -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
13
swarm-arm/Dockerfile
Normal 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
5
swarm-arm/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
swarm-arm
|
||||
=========
|
||||
|
||||
- https://docs.docker.com/swarm/install-manual/
|
||||
- https://github.com/docker/swarm-library-image
|
4486
swarm-arm/certs/ca-certificates.crt
Normal file
4486
swarm-arm/certs/ca-certificates.crt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
swarm-arm/swarm
Executable file
BIN
swarm-arm/swarm
Executable file
Binary file not shown.
0
swarm-arm/tmp/.dummy
Normal file
0
swarm-arm/tmp/.dummy
Normal file
Loading…
x
Reference in New Issue
Block a user