marcsc13

Results 4 comments of marcsc13

In `compose/cli/docker_client.py` on line 124 the call of `kwargs_from_env` expects the function signature to be `kwargs_from_env(environment=None, ssl_version=None)` but it was changed to ``` def kwargs_from_env(environment=None): ``` (See file `docker/utils/utils.py` line...

Do I understand you correctly that `compose/cli/docker_client.py` refers to the Compose v1 instead of the current Compose v2 API? Should I report the deprecated API usage to the community maintainers...

jTo be upfront, there is probably a better way of solving this. I have a workaround which is described below. I open my projects in `/home/marc/dev` which is a symlink...

I am in contact with the maintainers of the docker-py project in this issue https://github.com/docker/docker-py/issues/3194. I identified a change in the `kwargs_from_env` function signature described in the linked issue.