You've already forked dockerfiles
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:
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"]
|
Reference in New Issue
Block a user