I installed docker via Toolbox2docker-29.3.0.exe on windows. The docker-compose plugin is present in C:\ProgramData\Docker\cli-plugins\docker-compose.exe but when executing docker compose I get:
> docker compose
docker: unknown command: docker compose
Run 'docker --help' for more information
As a workaround I copied C:\ProgramData\Docker\cli-plugins\docker-compose.exe to %USERPROFILE%\.docker\cli-plugins using:
mkdir %USERPROFILE%\.docker\cli-plugins
copy C:\ProgramData\Docker\cli-plugins\docker-compose.exe %USERPROFILE%\.docker\cli-plugins\
I didn't investigate any further I also don't know if this an issue with the latest release of the toolbox or something else but maybe you can reproduce it and if so address it.
Thanks a lot!
I installed docker via Toolbox2docker-29.3.0.exe on windows. The docker-compose plugin is present in
C:\ProgramData\Docker\cli-plugins\docker-compose.exebut when executing docker compose I get:As a workaround I copied
C:\ProgramData\Docker\cli-plugins\docker-compose.exeto%USERPROFILE%\.docker\cli-pluginsusing:I didn't investigate any further I also don't know if this an issue with the latest release of the toolbox or something else but maybe you can reproduce it and if so address it.
Thanks a lot!