Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update readme with updated docker image
  • Loading branch information
benclapp committed Jun 4, 2019
commit 9cbe1477efb5c73c70defe6361647f8d2f0e8eda
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Pre-compiled versions may be found in the [release section](https://github.com/i

## Docker

A Dockerfile is provided, or images are available on [Docker Hub](https://hub.docker.com/r/benclapp/azure-sql-exporter/). The image is expecting a config.yaml file to exist at /config/config.yaml. To run:
A Dockerfile is provided, or images are available on [Docker Hub](https://hub.docker.com/r/benclapp/azure_sql_exporter/). For example:

```bash
docker run -d -p 9139:9139 -v ./config.yaml:/config/config.yaml benclapp/azure-sql-exporter:latest
docker run -d -p 9139:9139 -v ./config.yaml:/config/config.yaml benclapp/azure_sql_exporter:latest -config.file /config/config.yaml
```