Skip to content

Commit 0891f78

Browse files
authored
Update RUNNING_AS_DOCKER_CONTAINER.md
1 parent 68874e4 commit 0891f78

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/RUNNING_AS_DOCKER_CONTAINER.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## Running the IBM Spectrum Scale Performance Monitoring Bridge as Docker Container
1+
## Running the IBM Spectrum Scale Performance Monitoring Bridge in a docker container
22

3-
The IBM Spectrum Scale system must run 5.0.5 or above.
3+
IMPORTANT The IBM Spectrum Scale system must run 5.0.5 or above.
44

55

6-
### On the IBM Spectrum Scale cluster node running pmcollector, enable data query remote connection
6+
7+
### On the IBM Spectrum Scale cluster node running pmcollector, enable query remote connection:
78

89

910
```shell
@@ -18,16 +19,9 @@ The IBM Spectrum Scale system must run 5.0.5 or above.
1819
```
1920

2021

21-
1. On the host, where you are running the bridge, generate a private key. For example, you can use openssl command and follow the OpenSSL ‘howto’ instructions:
22-
23-
```shell
24-
# openssl genrsa -out privkey.pem 2048
25-
```
26-
27-
2822
### On the host running docker/podman perform the following steps:
2923

30-
1. Clone this repository using git in your favourite directory :
24+
1. Clone this repository using git in your favourite directory
3125

3226
```shell
3327
# git clone https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana.git grafana_bridge

0 commit comments

Comments
 (0)