Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current Docker API not supported #8

Open
mgns opened this issue Oct 23, 2017 · 1 comment
Open

Current Docker API not supported #8

mgns opened this issue Oct 23, 2017 · 1 comment
Labels

Comments

@mgns
Copy link

mgns commented Oct 23, 2017

Using a current Docker API (1.30) the python libs (https://github.com/Dockerizing/baselibs) not gonna work.

Traceback (most recent call last):
  File "/dld/dld.py", line 366, in <module>
    main()
  File "/dld/dld.py", line 299, in main
    from config import DLDConfig
  File "/dld/config.py", line 12, in <module>
    class DLDConfig(object):
  File "/dld/config.py", line 51, in DLDConfig
    with dockerutil.docker_client() as dc:
  File "/dld/baselibs/python/dldbase/dockerutil.py", line 29, in __enter__
    err_repr=explanation or repr(e)))
docker.errors.DockerException: Encountered problem when interacting with your Docker Engine:
ConnectionError(ProtocolError('Connection aborted.', FileNotFoundError(2, 'No such file or directory')),)
 * Is the Docker Daemon up and running?
 * Does the daemon use TLS? (currently unsupported by this tool)
@white-gecko
Copy link
Member

white-gecko commented Oct 24, 2017

Ok, the is a new version available: https://pypi.python.org/pypi/docker so we should update this: docker/docker-py#1431
But I can't give you an ETA. If you have a fix for this, we would be happy to accept it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants