Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Stefan Agner
2026-01-27 09:57:45 +01:00
committed by GitHub
parent b5eada9315
commit 0a475433ea

View File

@@ -935,7 +935,7 @@ class DockerAPI(CoreSysAttributes):
# Execute
try:
docker_exec = await docker_container.exec(command)
output = await docker_exec.start(detach=True)
output = await docker_exec.start(detach=False)
exec_metadata = await docker_exec.inspect()
except aiodocker.DockerError as err:
raise DockerError(