Skip to content

Commit 15104a4

Browse files
author
Vladimir Smirnov
authored
Merge pull request #9 from wwwlde/patch-3
Update README.md
2 parents bc5ece5 + bd825bc commit 15104a4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,18 @@ Status
55
------
66

77
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+
```console
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

Comments
 (0)