adding various docker stack files

This commit is contained in:
2022-10-10 01:59:31 +09:00
parent 4118d4e8c4
commit 7ab61b5805
16 changed files with 903 additions and 0 deletions

View File

@ -0,0 +1,6 @@
FROM alpine:3.16
RUN apk --update --no-cache add bash
COPY --chmod=755 prom-proc-net.sh /bin/prom-proc-net.sh
CMD ["/bin/prom-proc-net.sh"]