You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v $(pwd):/mnt/config -v /var/log:/var/log grafana/promtail:2.3.0 -config.file=/mnt/config/promtail-config.yaml
24
+
docker run -v $(pwd):/mnt/config -v /var/log:/var/log --link loki grafana/promtail:2.3.0 -config.file=/mnt/config/promtail-config.yaml
25
25
```
26
26
27
27
When finished, `loki-config.yaml` and `promtail-config.yaml` are downloaded in the directory you chose. Docker containers are running Loki and Promtail using those config files.
@@ -37,9 +37,9 @@ Copy and paste the commands below into your terminal. Note that you will need to
docker run -v <local-path>:/mnt/config -v /var/log:/var/log grafana/promtail:2.3.0 --config.file=/mnt/config/promtail-config.yaml
42
+
docker run -v <local-path>:/mnt/config -v /var/log:/var/log --link loki grafana/promtail:2.3.0 --config.file=/mnt/config/promtail-config.yaml
43
43
```
44
44
45
45
When finished, `loki-config.yaml` and `promtail-config.yaml` are downloaded in the directory you chose. Docker containers are running Loki and Promtail using those config files.
0 commit comments