Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-deployment.md #5167

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/en-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ tracecontext
traceidratio
traceloop
traceparent
tracetesting
traefik
Trask
uids
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/demo/docker-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ docker compose up --force-recreate --remove-orphans --detach
{{< tabpane text=true >}} {{% tab Make %}}

```shell
make start-odd
make run-tracetesting
```

{{% /tab %}} {{% tab Docker %}}

```shell
docker compose --profile odd up --force-recreate --remove-orphans --detach
docker compose -f docker-compose-tests.yml run traceBasedTests
```

{{% /tab %}} {{< /tabpane >}}
Expand All @@ -69,7 +69,7 @@ Once the images are built and containers are started you can access:
- Grafana: <http://localhost:8080/grafana/>
- Load Generator UI: <http://localhost:8080/loadgen/>
- Jaeger UI: <http://localhost:8080/jaeger/ui/>
- Tracetest UI: <http://localhost:11633/>, only when using `make start-odd`
- Tracetest UI: <http://localhost:11633/>, only when using `make run-tracetesting`

## Changing the demo's primary port number

Expand Down
Loading