Updated Visual Studio 2022 from 17.8 to latest and now docker compose won't work #25149
Unanswered
Alexandre-VP
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am running into this exact issue which is not a common issue. We are only able to use podman and docker-compose standalone so no docker desktop. Did you find a way to fix this or does anyone have a solution? @Alexandre-VP |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Podman was working well with Visual Studio 2022 17.8.6.
On build it was running
docker-compose -f ....
commandsWhen updating visual studio to latest version the command launched by visual studio is no longer
docker-compose
butdocker compose
And the command fails with :
`unknown shorthand flag: 'f' in -f
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers ...`
How can I fix this ?
Is there any way to change the command or to make the
docker compose -f
to work ?Beta Was this translation helpful? Give feedback.
All reactions