The version from pip seems to be V1
And looking at the instructions at https://docs.docker.com/compose/cli-command/#install-on-linux
It seems that the only way to install V2 is by downloading the script from a tag/release.
It seems that the only way to keep docker-compose up-to-date is by manually downloading from the latest tag/release,
while I'd like to have it automated.
Is it possible?
Thank you very much.
The version from
pipseems to be V1And looking at the instructions at https://docs.docker.com/compose/cli-command/#install-on-linux
It seems that the only way to install V2 is by downloading the script from a tag/release.
It seems that the only way to keep docker-compose up-to-date is by manually downloading from the latest tag/release,
while I'd like to have it automated.
Is it possible?
Thank you very much.