Skip to content

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

Open
@anorth2

Description

@anorth2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions