Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet authored Mar 5, 2024
1 parent 61b1d42 commit 0688b11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/sources/setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docker run --rm \
grafana/beyla:latest
```

Once Beyla is running, open `https://localhost:8443` in your browser, use the app to generate test data, and verify that Beyla prints trace requests to stdout similar to:
Once Beyla is running, open `https://localhost:18443` in your browser, use the app to generate test data, and verify that Beyla prints trace requests to stdout similar to:

```sh
time=2023-05-22T14:03:42.402Z level=INFO msg="creating instrumentation pipeline"
Expand Down Expand Up @@ -95,9 +95,6 @@ services:
image: grafana/beyla:latest
pid: "service:goblog"
privileged: true
# If using the above capability fails to instrument your service, remove it
# and uncomment the line below
# privileged: true
environment:
BEYLA_PRINT_TRACES: true
BEYLA_OPEN_PORT: 8443
Expand Down

0 comments on commit 0688b11

Please sign in to comment.