From 8cbeb53cf12581ea02038a87b2bad1ac0d071b42 Mon Sep 17 00:00:00 2001 From: i-takizawa <44501123+i-takizawa@users.noreply.github.com> Date: Tue, 26 May 2020 04:34:11 +0900 Subject: [PATCH] docs: make visible (#2092) * Fix on docs: make visible Added backslashes to make visible in parsed text. * docs: make it look a bit better --- docs/installation/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 3290089cf633..16fde9d577b1 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/grafana/loki/v1.5.0/cmd/promtail/promtail docker run -v $(pwd):/mnt/config -v /var/log:/var/log grafana/promtail:1.5.0 -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 metrics and http://localhost:3100/ready for readiness. @@ -30,7 +30,7 @@ by specifying `--user=UID` with numeric UID suited to your needs. **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 "" @@ -40,7 +40,7 @@ wget https://raw.githubusercontent.com/grafana/loki/v1.5.0/cmd/promtail/promtail docker run -v :/mnt/config -v /var/log:/var/log grafana/promtail:1.5.0 --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.