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

EFDE: Migrate docker-compose (v1) to docker compose (v2) #16

Closed
mmaximo33 opened this issue Jan 17, 2023 · 1 comment
Closed

EFDE: Migrate docker-compose (v1) to docker compose (v2) #16

mmaximo33 opened this issue Jan 17, 2023 · 1 comment
Assignees
Labels
01 Scope: EFDE 03 Type: Improvement 📈 Minor improvements not introducing a new feature or requiring a major refactor

Comments

@mmaximo33
Copy link
Owner

Resumen

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

More info
https://docs.docker.com/compose/reference/
https://docs.docker.com/compose/install/linux/

https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

@mmaximo33 mmaximo33 added the 03 Type: Improvement 📈 Minor improvements not introducing a new feature or requiring a major refactor label Jan 18, 2023
mmaximo33 added a commit that referenced this issue Jan 29, 2023
- #16 Installation - Migrate docker-compose (v1) to docker compose (v2)
- #18 Installation - Validate requirements for docker and docker compose
@mmaximo33
Copy link
Owner Author

Release 1.2.0

@mmaximo33 mmaximo33 self-assigned this Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 Scope: EFDE 03 Type: Improvement 📈 Minor improvements not introducing a new feature or requiring a major refactor
Projects
None yet
Development

No branches or pull requests

1 participant