readthedocs / common

Shared bits around multiple repositories
MIT License
22 stars 38 forks source link

Development: do not install docker-compose #183

Closed humitos closed 1 year ago

humitos commented 1 year ago

Docker Copmose V1 is deprecated and should not be used anymore. The new version, V2, is written in Go and it can't be installed with pip.

stsewd commented 1 year ago

The new version, V2, is written in Go and it can't be installed with pip.

The new version is shipped with docker itself (if you install docker normally), we should update our commands to use docker compose instead of docker-compose

humitos commented 1 year ago

I understand that docker compose is just an alias to docker-compose. If you uninstall docker-compose package on Arch docker compose doesn't work.

humitos commented 1 year ago

Hrm, I don't think so, but I guess it will be fine to use the suggested one by the official Docker docs. I suppose we will need to clearly specify this in the docs once V3 comes out and be incompatible probably.