You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of docker-ce I installed in Rocky 9, comes with the docker-compose-plugin package. The docker-compose command becomes docker compose. However, this plugin is not compatible.
After adding alias docker-compose='docker compose' in /etc/bashrc, the plug-in will be restored.
The text was updated successfully, but these errors were encountered:
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 adding
alias docker-compose='docker compose'
in/etc/bashrc
, the plug-in will be restored.The text was updated successfully, but these errors were encountered: