Skip to content

fix: remove binary path from docker example #461

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skylenet
Copy link

The binary path isn't needed since it's already defined as the docker entrypoint.

Currently this example breaks with:

parca-agent: error: unexpected argument /bin/parca-agent

How to reproduce:

docker run --rm -it ghcr.io/parca-dev/parca-agent:v0.38.0 /bin/parca-agent --help

Fix:

docker run --rm -it ghcr.io/parca-dev/parca-agent:v0.38.0 --help

Copy link

vercel bot commented Apr 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
parca-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2025 2:49pm

@CLAassistant
Copy link

CLAassistant commented Apr 15, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants