We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc5ece5 + bd825bc commit 15104a4Copy full SHA for 15104a4
1 file changed
README.md
@@ -5,3 +5,18 @@ Status
5
------
6
7
Alpha quality. Needs major rework. Compiles. Works. Might contain security bugs
8
+
9
+## Quick Start with Docker
10
11
+This package is available for Docker:
12
13
+```console
14
+docker run -d --hostname github2telegram --name github2telegram -v $(pwd)/config.yaml:/app/config.yaml wwwlde/github2telegram
15
+```
16
17
+### Building own Docker image
18
19
20
+docker run -it --rm alpine /bin/sh -c "apk add --no-cache ca-certificates 2>&1 > /dev/null && cat /etc/ssl/certs/ca-certificates.crt" > ca-certificates.crt
21
+docker build -t wwwlde/github2telegram --no-cache --force-rm .
22
0 commit comments