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: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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