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

Fix command not found in helper scripts #196

Merged

Conversation

indiebrain
Copy link
Contributor

The functionally previously provided by docker-compose has been baked into the docker CLI and docker-compose is no longer shipped with the Docker for Desktop application bundle.

When running this project's helper scripts on recent version of docker / Docker for Desktop the docker-compose command is not found:

$ bin/bootstrap
bin/cleanup: line 3: docker-compose: command not found
bin/bootstrap: line 4: docker-compose: command not found

The functionally previously provided by docker-compose has been baked
into the docker CLI and docker-compose is no longer shipped with the
Docker for Desktop application bundle.

When running this project's helper scripts on recent version of docker
/ Docker for Desktop the docker-compose command is not found:

```
$ bin/bootstrap
bin/cleanup: line 3: docker-compose: command not found
bin/bootstrap: line 4: docker-compose: command not found
```
@indiebrain indiebrain self-assigned this Dec 31, 2024
@indiebrain indiebrain requested a review from a team as a code owner December 31, 2024 12:54
@indiebrain indiebrain enabled auto-merge (squash) December 31, 2024 12:55
@indiebrain indiebrain merged commit f3048d8 into main Dec 31, 2024
3 checks passed
@indiebrain indiebrain deleted the 2024123--fix-helper-scripts-command-not-found-errors branch December 31, 2024 13:10
@indiebrain
Copy link
Contributor Author

Thanks, @garettarrowood!

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