Open huangsijun17 opened 10 months ago
getting the same error on windows 11
It works for me on mac and linux with the lates "docker compose". Is this issues only existing in the Windows extension?
It works for me on mac and linux with the lates "docker compose". Is this issues only existing in the Windows extension?
In Windows systems, Docker-Compose.exe still exists.
Microsoft Windows [版本 10.0.22631.3880]
(c) Microsoft Corporation。保留所有权利。
C:\Users\huang>where docker-compose
C:\Program Files\Docker\Docker\resources\bin\docker-compose
C:\Program Files\Docker\Docker\resources\bin\docker-compose.exe
The new version of docker-ce I installed in Rocky 9, comes with the
docker-compose-plugin
package. Thedocker-compose
command becomesdocker compose
. However, this plugin is not compatible. After addingalias docker-compose='docker compose'
in/etc/bashrc
, the plug-in will be restored.