mmaximo33 / EFDE

ToolsKit | Easy and fast development environment | is a project designed to facilitate the management of local development environments, mainly for teams that constantly have new members or beginners who are starting out in this beautiful world of programming.
MIT License
20 stars 1 forks source link

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

Closed mmaximo33 closed 1 year ago

mmaximo33 commented 1 year ago

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 commented 1 year ago

Release 1.2.0