@cryptotaxi247 / netdata-1 / commits / 08af95ce1

Fix slight errors (#11902)

AR Dabbour committed Dec 20, 2021 at 18:12 UTC 08af95ce15fcdc2ec111a5c469fd2c5891eb9ebc
1 file changed +8 -2
exporting/WALKTHROUGH.md
+8 -2
@@ -99,7 +99,7 @@ reading to migrate this tutorial to a VM or Server of any sort.
99 Let's start another container in the same fashion as we did the Netdata container.
100
101 ```sh
102 -docker run -it --name prometheus --hostname prometheus
102 +docker run -it --name prometheus --hostname prometheus \
103 --network=netdata-tutorial -p 9090:9090 centos:latest '/bin/bash'
104 ```
105
@@ -110,6 +110,12 @@ files later in this tutorial.
110 yum install vim -y
111 ```
112
113 +You will also need `wget` and `curl` to download files and `sudo` if you are not root.
114 +
115 +```sh
116 +yum install curl sudo wget -y
117 +```
118 +
119 Prometheus provides a tarball of their latest stable versions [here](https://prometheus.io/download/).
120
121 Let's download the latest version and install into your container.
@@ -129,7 +135,7 @@ This should get Prometheus installed into the container. Let's test that we can
135 interface.
136
137 ```sh
132 -/opt/prometheus/prometheus
138 +/opt/prometheus/prometheus --config.file=/opt/prometheus/prometheus.yml
139 ```
140
141 Now attempt to go to <http://localhost:9090/>. You should be presented with the Prometheus homepage. This is a good