Fix docker_container_exec's detach=true. (#1145) (#1148) (#1151)

(cherry picked from commit 449b37e1c9)
(cherry picked from commit 488dd28339)
This commit is contained in:
Felix Fontein
2025-10-07 19:46:25 +02:00
committed by GitHub
parent f8eb25d8d4
commit 43c4d10383
3 changed files with 22 additions and 1 deletions
+1
View File
@@ -581,6 +581,7 @@ class APIClient(
def post_json_to_text(self, pathfmt, *args, **kwargs):
data = kwargs.pop('data', None)
return self._result(self._post_json(self._url(pathfmt, *args, versioned_api=True), data, **kwargs))
def post_json_to_stream_socket(self, pathfmt, *args, **kwargs):
data = kwargs.pop('data', None)