Skip to content

Commit 265d382

Browse files
committed
Improve the documentation how to build a docker image for the bridge
1 parent a320788 commit 265d382

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/BUILDING_DOCKER_IMAGE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Building a docker image for the IBM Spectrum Scale Performance Monitoring Bridge
2+
3+
4+
5+
**IMPORTANT:** for the building an image you need a host running docker/podman on it.
6+
7+
8+
1. Clone this repository using git in your favourite directory
9+
10+
```shell
11+
# git clone https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana.git grafana_bridge
12+
```
13+
14+
15+
2. Create the bridge container image
16+
17+
```shell
18+
# cd grafana_bridge/source
19+
20+
# podman build -t bridge_image:latest .
21+
```
22+

docs/RUNNING_AS_DOCKER_CONTAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IMPORTANT The IBM Spectrum Scale system must run 5.0.5.2 or above.
2020

2121

2222

23-
### On the host running docker/podman perform the following steps:
23+
### On a host running docker/podman perform the following steps:
2424

2525

2626
1. Clone this repository using git in your favourite directory

docs/grafana_bridge_deployment_ocp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This instructions could be used for:
77
- IBM Spectrum Scale cloud native (CNSS) devices having minimum release level 5.1.0.1 and above
88

99

10-
1. Follow the [instructions](/docs/RUNNING_AS_DOCKER_CONTAINER.md) and create the IBM Spectrum Scale bridge for Grafana image
10+
1. Follow the [instructions](/docs/BUILDING_DOCKER_IMAGE.md) and create the IBM Spectrum Scale bridge for Grafana image
1111

1212

1313
2. Make sure you have deployed the IBM Spectrum Scale cloud native (CNSS) cluster including the ibm-spectrum-scale-pmcollector pods.

0 commit comments

Comments
 (0)