Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Akilditu
Copy link
Collaborator

@Akilditu Akilditu commented Nov 7, 2023

This PR aims at correcting misspelling in docker compose command within deploy_dev CI job.

Thanks for reviewing !

@Akilditu Akilditu added the type: bug Something isn't working label Nov 7, 2023
@Akilditu Akilditu self-assigned this Nov 7, 2023
Copy link
Member

@MateoLostanlen MateoLostanlen left a comment

Choose a reason for hiding this comment

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

Thanks !

This is not a misspelling both docker-compose and docker compose exist:

The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This is the v2 branch of the docker/compose repo. It's been first introduced to Docker Desktop users, so docker users on Linux didn't see the command. In addition to migrating to Go, it uses the compose-spec, and part of the rewrite may result in behavior differences.

The original python project, called docker-compose, aka v1 of docker/compose repo, has now been deprecated and development has moved over to v2. To install the v2 docker compose as a CLI plugin on Linux, supported distribution can now install the docker-compose-plugin package. E.g. on debian, I run apt-get install docker-compose-plugin.

@Akilditu Akilditu merged commit b22e018 into main Nov 7, 2023
@Akilditu Akilditu deleted the fix_compose branch November 7, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants