Comment 2 for bug 2066926

Revision history for this message
Jitender kumar (jkr0103) wrote : Re: docker3-python=5.0.3-1ubuntu1 is useless

first usage of `python3-docker package is to connect to the docker service using below code lines

$ python3
>>> import docker;
>>> docker_socket = docker.from_env()

last line reports the issue described in the bug report.