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

docker-compose: support v1 and v2 #394

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

epuertat
Copy link
Member

Fixes: #393

The main difference between docker compose v1 and v2 is that v1 commnad is docker-compose, while v2 is usually a split subcommand docker compose.

@epuertat epuertat force-pushed the 393-docker-compose-support-both-v1-and-v2 branch from ba0b717 to fbec8ba Compare January 25, 2024 17:04
Fixes: #393

The main difference between docker compose v1 and v2 is that v1 commnad
is `docker-compose`, while v2 is usually a split subcommand `docker compose`.

Signed-off-by: Ernesto Puerta <[email protected]>
@epuertat epuertat force-pushed the 393-docker-compose-support-both-v1-and-v2 branch from fbec8ba to f23acfa Compare January 25, 2024 17:06
@epuertat epuertat merged commit 245372c into devel Jan 30, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

docker-compose: support both v1 and v2
2 participants