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

tracetest server install fails through docker compose #3229

Open
niuzhi opened this issue Oct 9, 2023 · 3 comments
Open

tracetest server install fails through docker compose #3229

niuzhi opened this issue Oct 9, 2023 · 3 comments
Assignees
Labels
bug Something isn't working CLI user-request

Comments

@niuzhi
Copy link

niuzhi commented Oct 9, 2023

Docker-compose already exists in my system, but when I use tracetest server install, it still prompts that the docker-compose environment cannot be found. How should I solve this problem?

tracetest version:0.14.1
image

@niuzhi niuzhi added bug Something isn't working triage requires triage labels Oct 9, 2023
@adnanrahic
Copy link
Contributor

Hi @niuzhi ! Thanks for opening this issue. What are the exact steps to reproduce the issue? What OS are you running it on?

@adnanrahic
Copy link
Contributor

Also, I see you running ./tracetest server install.

Can you try running the command with the CLI?

curl -L https://raw.githubusercontent.com/kubeshop/tracetest/main/install-cli.sh | bash
tracetest server install

And, let us know what errors you see. Thanks!

@schoren schoren added CLI and removed triage requires triage labels Oct 9, 2023
@schoren schoren self-assigned this Oct 9, 2023
@schoren
Copy link
Collaborator

schoren commented Oct 9, 2023

Hi @niuzhi. Looks like this is a bug in our installer. We only check for the docker compose command, not the docker-compose one (space vs dash). I've pushed a fix, available on the latest release. You can upgrade tracetest and it should work now.

Please, let me know if it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI user-request
Projects
None yet
Development

No branches or pull requests

3 participants