Open
Description
Long story short
- Expected behaviour: Timeout passable as argument
- Actual behaviour: Timeout does not seem to be used in "docker.py" in _do_query function
How to reproduce
Setup connection, block connection with e.g. "iptables".
Call the "show" of a container:
outp = await self._container.show(timeout=3)
It does not timeout after 3 seconds, it hangs for many minutes. Also, debugging in "_do_query", I do not see the value passed to the function from the show.
Your environment
Debian 12, standard Docker
Metadata
Metadata
Assignees
Labels
No labels