You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/)
250
250
251
251
You can run it like this:
252
252
253
253
```sh
254
254
docker run -d --name redis_exporter -p 9121:9121 oliver006/redis_exporter
255
255
```
256
256
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.
258
258
259
259
```sh
260
260
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
261
265
```
262
266
263
267
The `latest` docker image contains only the exporter binary.
0 commit comments