Skip to content

Commit eacee65

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,18 +246,22 @@ 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 [Docker Hub registry](https://hub.docker.com/r/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
255255
```
256256

257-
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.
257+
Docker images are also published to the [Github Container Registry (ghcr.io)](https://github.com/oliver006/redis_exporter/pkgs/container/redis_exporter) and to [quay.io](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.
258258

259259
```sh
260260
docker run -d --name redis_exporter -p 9121:9121 quay.io/oliver006/redis_exporter
261+
262+
# or
263+
264+
docker run -d --name redis_exporter -p 9121:9121 ghcr.io/oliver006/redis_exporter
261265
```
262266

263267
The `latest` docker image contains only the exporter binary.

0 commit comments

Comments
 (0)