Skip to content

Commit

Permalink
We will no longer provide a public Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Jul 18, 2023
1 parent 162b570 commit c9de26f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Expand Up @@ -56,15 +56,8 @@ the given tags.

### Docker Image

You can run this exporter using the
[jusbrasil/pingdom-exporter](https://hub.docker.com/r/jusbrasil/pingdom-exporter/)
Docker image:

```bash
docker run -d -p 9158:9158 \
-e PINGDOM_API_TOKEN=<api-token> \
jusbrasil/pingdom-exporter
```
We no longer provide a public Docker image. See the **Development** section
on how to build your own image and push it to your private registry.

## Exported Metrics

Expand Down Expand Up @@ -95,8 +88,8 @@ make test
make lint

# Build Docker image
make docker-build
make image

# Push Docker images to registry
make docker-push
make publish
```

0 comments on commit c9de26f

Please sign in to comment.