Skip to content

Commit

Permalink
docs: sandbox fix for quickstart (backport release-3.0.x) (#15365)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
  • Loading branch information
loki-gh-app[bot] and Jayclifford345 authored Dec 11, 2024
1 parent 34403cb commit b0fbe14
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docs/sources/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ killercoda:
replacement: evaluate-loki_${1}_
title: Loki Quickstart Demo
description: This sandbox provides an online enviroment for testing the Loki quickstart demo.
details:
intro:
foreground: setup.sh
backend:
imageid: ubuntu
---
Expand Down Expand Up @@ -99,22 +102,10 @@ This quickstart assumes you are running Linux.

With `evaluate-loki` as the current working directory, start the demo environment using `docker compose`:

<!-- INTERACTIVE ignore START -->

```bash
docker compose up -d
```

<!-- INTERACTIVE ignore END -->

{{< docs/ignore >}}

```bash
docker-compose up -d
```

{{< /docs/ignore >}}

At the end of the command, you should see something similar to the following:

```console
Expand Down

0 comments on commit b0fbe14

Please sign in to comment.