From 0a5a7a8a4aebd02d2e829bd98088119465640c37 Mon Sep 17 00:00:00 2001 From: Minsung Oh <62738554+qww1552@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:20:17 +0900 Subject: [PATCH] docs: update sample result on loki setup page (#14482) Co-authored-by: J Stickler (cherry picked from commit 5d57a035e33dcc8c1ee25d842ee0256ef9ffe4ad) --- docs/sources/setup/install/docker.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/sources/setup/install/docker.md b/docs/sources/setup/install/docker.md index de2006250a7c3..723adfc617a71 100644 --- a/docs/sources/setup/install/docker.md +++ b/docs/sources/setup/install/docker.md @@ -113,13 +113,9 @@ Run the following commands in your command line. They work for Windows or Linux You should see something similar to the following: ```bash - ✔ Container mydevice-minio-1 Started 0.0s - ✔ Container mydevice-flog-1 Started 0.0s - ✔ Container mydevice-write-1 Started 0.0s - ✔ Container mydevice-read-1 Started 0.0s - ✔ Container mydevice-gateway-1 Started 0.0s - ✔ Container mydevice-grafana-1 Started 0.0s - ✔ Container mydevice-promtail-1 Started 0.0s + ✔ Container loki-loki-1 Started 0.0s + ✔ Container loki-grafana-1 Started 0.0s + ✔ Container loki-promtail-1 Started 0.0s ``` 1. Verify that Loki is up and running.