Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4287c37bc |
@@ -63,7 +63,7 @@ metrics:
|
|||||||
To build the Docker image for PVE Exporter, use the following command:
|
To build the Docker image for PVE Exporter, use the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build --rm -t harbor.imtm.cz/private/pve-exporter:version .
|
docker build --rm -t gitea.lostak.dev/lostakj/pve-exporter:version .
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `version` with the appropriate version tag you want to use.
|
Replace `version` with the appropriate version tag you want to use.
|
||||||
@@ -73,7 +73,7 @@ Replace `version` with the appropriate version tag you want to use.
|
|||||||
To run the Docker image, use the following command:
|
To run the Docker image, use the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --rm -d -p 9090:9090 --name pve-exporter harbor.imtm.cz/private/pve-exporter:version
|
docker run --rm -d -p 9090:9090 --name pve-exporter gitea.lostak.dev/lostakj/pve-exporter:version
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `version` with the appropriate version tag you used during the build.
|
Replace `version` with the appropriate version tag you used during the build.
|
||||||
|
|||||||
Reference in New Issue
Block a user