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 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).
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
+
256
+
# or like this, when using ghcr.io
257
+
docker run -d --name redis_exporter -p 9121:9121 ghcr.io/oliver006/redis_exporter
255
258
```
256
259
257
260
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