mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add swarm-arm
This commit is contained in:
@@ -86,6 +86,7 @@ dockerfiles
|
|||||||
- [x] shadowsocks-libev-arm :+1:
|
- [x] shadowsocks-libev-arm :+1:
|
||||||
- [x] shadowvpn
|
- [x] shadowvpn
|
||||||
- [x] snort :beetle:
|
- [x] snort :beetle:
|
||||||
|
- [x] swarm-arm
|
||||||
- [x] taskd
|
- [x] taskd
|
||||||
- [x] tinc :+1:
|
- [x] tinc :+1:
|
||||||
- [x] tmail :beetle:
|
- [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
Reference in New Issue
Block a user