diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 82be1cec37273..1c0b2c6dded63 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -21,13 +21,13 @@ wget https://raw.githubusercontent.com/grafana/loki/v1.4.1/cmd/promtail/promtail docker run -v $(pwd):/mnt/config -v /var/log:/var/log grafana/promtail:1.4.1 -config.file=/mnt/config/promtail-config.yaml ``` -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. +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. Navigate to http://localhost:3100/metrics to view the output. **Windows** -Copy and paste the commands below into your terminal. Note that you will need to replace the in the commands with your local path. +Copy and paste the commands below into your terminal. Note that you will need to replace the `` in the commands with your local path. ```bash cd "" @@ -37,7 +37,7 @@ wget https://raw.githubusercontent.com/grafana/loki/v1.4.1/cmd/promtail/promtail docker run -v :/mnt/config -v /var/log:/var/log grafana/promtail:1.4.1 --config.file=/mnt/config/promtail-config.yaml ``` -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. +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. Navigate to http://localhost:3100/metrics to view the output.