Skip to content

Commit

Permalink
docs: udpate and add local build info
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Aug 31, 2024
1 parent 0459339 commit 4da3740
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ docker pull khaliq/drl-exporter:latest
docker pull ghcr.io/kha7iq/drl-exporter:latest

# ARM
docker pull ghcr.io/kha7iq/drl-exporter:v2.1.0-arm64
docker pull khaliq/drl-exporter:v2.1.0-arm64
docker pull ghcr.io/kha7iq/drl-exporter:v2.1.3-arm64
docker pull khaliq/drl-exporter:v2.1.3-arm64

docker run -d -p 2121:2121 khaliq/drl-exporter:latest

Expand Down Expand Up @@ -135,12 +135,12 @@ Note that a more extensive configuration can be handled, as long as at least an
```


To build the image in your local environment

]



- To build the image in your local environment
```bash
git clone https://github.com/kha7iq/drl-exporter.git
cd drl-exporter
make docker
```

## Local Demo
You can find the complete docker-compose file along with a dashboard under deploy folder to test it out.
Expand All @@ -160,8 +160,6 @@ Exporter | http://localhost:8881
<br>


|

## TODO
- [x] Tests
- [x] Helm Chart
Expand Down

0 comments on commit 4da3740

Please sign in to comment.