We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3f583 commit 8eb51aeCopy full SHA for 8eb51ae
README.rst
@@ -35,3 +35,10 @@ you can run the exporter doing something like this:
35
./os_capacity/prometheus.py &
36
curl localhost:9000 > mytestrun
37
cat mytestrun
38
+
39
+Or just run via docker or similar:::
40
41
+ docker run -d --name os_capacity \
42
+ --mount type=bind,source=/etc/openstack/,target=/etc/openstack/ \
43
+ --env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/mycloud.yaml \
44
+ -p 9000:9000 ghcr.io/stackhpc/os-capacity:master
0 commit comments