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
I'm trying to use podman-compose instead of docker-compose with PyCharm Python IDE which calls docker compose config with the option --profiles which results in the error:
This is not about --profile option but another option called --profiles (plural, with "s" at the end) which is supposed to list all available profiles.
I'm trying to use podman-compose instead of docker-compose with PyCharm Python IDE which calls
docker compose config
with the option--profiles
which results in the error:Could you please add support for
docker compose config --profiles
?This option is described at https://docs.docker.com/reference/cli/docker/compose/config/#options.
This would complement support for
--profile
option added recently (#430).I'm on Fedora 41 with the following packages installed:
The text was updated successfully, but these errors were encountered: