podman-build/vendor/github.com/containers/storage/pkg/reexec
2025-10-11 12:30:35 +09:00
..
command_freebsd.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00
command_linux.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00
command_unix.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00
command_unsupported.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00
command_windows.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00
README.md First commit for v5.6.2 2025-10-11 12:30:35 +09:00
reexec.go First commit for v5.6.2 2025-10-11 12:30:35 +09:00

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.