Skip to content

Commit 58474f5

Browse files
author
Gabriele Iannetti
committed
Update README.md for docker builds
1 parent 9a02dc5 commit 58474f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A Debian container is based on the offical golang:1.17.5-bullseye container imag
4747
sudo docker build --tag lustre_exporter -f docker/Dockerfile .
4848
sudo docker run --rm -v $PWD:/cpy -it lustre_exporter
4949
```
50-
The binary will be available in `build/lustre_exporter-X.X.X`.
50+
The binary will be available in the repositories `build` directory.
5151

5252
#### RPM Build Container
5353

@@ -58,7 +58,7 @@ A CentOS7 container is based on the official CentOS7 container image for providi
5858
sudo docker build -t rpm_dock -f docker/RPM-Dockerfile .
5959
sudo docker run --rm -v $PWD:/rpm -it rpm_dock
6060
```
61-
The RPM package will be available in `build/x86_64/prometheus-lustre-exporter-X.X.X-1.0.el7.x86_64.rpm`.
61+
The RPM package will be available in the repositories `build` directory.
6262

6363
## Running
6464

0 commit comments

Comments
 (0)