mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Use tini as Docker Runtime Init to Ensure Zombie Processes Get Reaped (#12133)
Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
This commit is contained in:
committed by
GitHub
parent
09af93a02a
commit
94e6490a79
@@ -346,6 +346,9 @@ class DockerSandboxService(SandboxService):
|
||||
working_dir=sandbox_spec.working_dir,
|
||||
labels=labels,
|
||||
detach=True,
|
||||
# Use Docker's tini init process to ensure proper signal handling and reaping of
|
||||
# zombie child processes.
|
||||
init=True,
|
||||
)
|
||||
|
||||
sandbox_info = await self._container_to_sandbox_info(container)
|
||||
|
||||
Reference in New Issue
Block a user