mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Signed-off-by: Naveed Jamil <naveed.jamil@tenpearls.com> Upstream-commit: 7e03cebff42717a9a6f04cefdaab931fc152ba51 Component: engine
reexec
The reexec package facilitates the busybox style reexec of the docker binary that we require because
of the forking limitations of using Go. Handlers can be registered with a name and the argv 0 of
the exec of the binary will be used to find and execute custom init paths.