docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Not a Contribution: credstore_env not a valid parameter to docker.from_env even though it is listed in docs

Open anorth2 opened this issue 5 years ago • 1 comments

  • relates to https://github.com/docker/docker-py/pull/2188

Not a Contribution!

docker_client = docker.from_env(credstore_env=credentials)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/...../docker/client.py", line 85, in from_env
    timeout=timeout, version=version, **kwargs_from_env(**kwargs)
TypeError: kwargs_from_env() got an unexpected keyword argument 'credstore_env'

https://docker-py.readthedocs.io/en/stable/client.html#docker.client.from_env

anorth2 avatar Jul 17 '20 19:07 anorth2

Ping

anorth2 avatar Nov 18 '20 00:11 anorth2