Skip to content

docker: unknown command: docker compose #17

@sebthom

Description

@sebthom

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions