-
Notifications
You must be signed in to change notification settings - Fork 552
Description
The latest releases of Docker Desktop include the new implementation of Docker Compose command (docker compose with no dash). Currently our extension only uses the old docker-compose command when running in the local context.
The new command is destined to replace the old one eventually, but at the moment it still may have some bugs, or incompatibilities, and some incompatibilities might never be reconciled. The proposal is then to introduce a setting allowing the user to opt in for the new command, with the idea that sometime in the future we will switch to the new command as a default, and the setting could be then used to opt out of the new command. This should provide the smoothest migration path to the new Docker Compose implementation for our users.