docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Use update-alternatives for docker-compose

Open ShaunR opened this issue 2 years ago • 0 comments

Should the install script use update-alternatives to link back to the newer docker-compose-plugin?

update-alternatives --install /usr/local/bin/docker-compose docker-compose /usr/libexec/docker/cli-plugins/docker-compose 1

This would create a symlink from /usr/libexec/docker/cli-plugins/docker-compose to /usr/local/bin/docker-compose

ShaunR avatar Oct 26 '22 21:10 ShaunR