Skip to content

Commit b341fad

Browse files
committed
README: container registry info
1 parent 35eb8ec commit b341fad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,15 @@ ACL SETUSER <<<USERNAME>>> -@all +@connection -command +client -hello +info -aut
246246
247247
### Run via Docker
248248
249-
The latest release is automatically published to the [Docker registry](https://hub.docker.com/r/oliver006/redis_exporter/).
249+
The latest release is automatically published to the standard [Docker registry](https://hub.docker.com/r/oliver006/redis_exporter/) as well as to the [Github Container Registry (ghcr.io)](https://github.com/oliver006/redis_exporter/pkgs/container/redis_exporter) and to [Quay](https://quay.io/repository/oliver006/redis_exporter).
250250
251251
You can run it like this:
252252
253253
```sh
254254
docker run -d --name redis_exporter -p 9121:9121 oliver006/redis_exporter
255+
256+
# or like this, when using ghcr.io
257+
docker run -d --name redis_exporter -p 9121:9121 ghcr.io/oliver006/redis_exporter
255258
```
256259

257260
Docker images are also published to the [quay.io docker repo](https://quay.io/oliver006/redis_exporter) so you can pull them from there if for instance you run into rate limiting issues with Docker hub.

0 commit comments

Comments
 (0)