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

chore(spartan): fix check on installation of docker compose #11234

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joaolago1113
Copy link

Description:

I got Failed to start container due to not having docker compose plugin installed. Saw there was a check for it but it wasn't working because command -v docker compose >/dev/null 2>&1; actually just checks if docker is installed instead of docker compose.

@joaolago1113 joaolago1113 changed the title fix: check on installation of docker compose chore(spartan): fix check on installation of docker compose Jan 15, 2025
@signorecello signorecello self-requested a review January 15, 2025 12:25
Copy link
Contributor

@signorecello signorecello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

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