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

Reuse SSH connection

Open VelorumS opened this issue 2 years ago • 0 comments

Don't close the SSH connection for the subsequent requests.

For the paramiko client option (use_ssh_client=False) there was some kind of reuse but it reuses on per-URL basis for some reason. Maybe someone can clarify why.

Fixes: https://github.com/docker/docker-py/issues/2966

VelorumS avatar Mar 23 '22 16:03 VelorumS