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

Docs: Update Docker instructions #664

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
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
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:
fridgepoet marked this conversation as resolved.
Show resolved Hide resolved
fridgepoet marked this conversation as resolved.
Show resolved Hide resolved

```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
fridgepoet marked this conversation as resolved.
Show resolved Hide resolved
environment:
BEYLA_PRINT_TRACES: true
BEYLA_OPEN_PORT: 8443
Expand Down
Loading