mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
* socket: fix for errors on pipe close in Windows (https://github.com/docker/docker-py/pull/3099) Need to return data, not size. By returning an empty string, EOF will be detected properly since `len()` will be `0`. Fixes https://github.com/docker/docker-py/issues/3098. Cherry-picked from |
||
|---|---|---|
| .. | ||
| _api | ||
| module_container | ||
| _scramble.py | ||
| common_api.py | ||
| common.py | ||
| copy.py | ||
| image_archive.py | ||
| socket_handler.py | ||
| socket_helper.py | ||
| swarm.py | ||
| util.py | ||
| version.py | ||