Guillaume Lours
Guillaume Lours
My bad, anyway it's the same result when adding the `& pgid=$!` on Mac I'll do more tests on Ubuntu
Before doing a `docker compose up -d -pull=missing` can you check if the image is present locally with `docker images`? If this is not the case and you don't have...
@ston1th thanks for catching this, I'll take look
Closing due to inactivity Since we haven’t heard back in a few weeks, we’re closing this issue. Feel free to reopen or create a new one if you have more...
Hey @dipanghosh Compose is vendoring buildx which explains why even if you downgrade buildx version you still have the issue with Compose. This will be fixed on the Compose side...
@dipanghosh can we close this issue? do you still have troubles with lates releases of Compose?
Thanks @thaJeztah 👍
@dgageot there is something wrong in the update process, the symlink should now point to the CLI plugin binary. I'll work with the Stability team to fix this
As a workaround you can run the following command: ```shell sudo ln -sf /Applications/Docker.app/Contents/Resources/cli-plugins/docker-compose /usr/local/bin/docker-compose ```
> Is this really an issue or should we just start using docker compose instead? And if you like to use the dashed command you can ofc create an alias...