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

Automatically choose docker compose run method #81

Conversation

bwest2397
Copy link

If the standalone "docker-compose" command exists, use that. Else, use "docker compose".

This should address #62

If the standalone "docker-compose" command exists, use that.
Else, use "docker compose".
@maxnatt
Copy link

maxnatt commented Aug 30, 2023

It makes no sense, Compose V1 (docker-compose) is officially EoL and should not be supported (and moreover, preferred over V2).

Compose V1 support will no longer be provided after June 2023 and will be removed from all future Docker Desktop versions. If you’re still on Compose V1, we recommend you switch as soon as possible to leave time to address any issues with running your Compose applications.

See https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/ and https://github.com/docker/compose/tree/v1.

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.

None yet

2 participants