spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
tomsweeneyredhat 2e8bce201e [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-12-17 15:39:55 -05:00
..
command_freebsd.go Update vendor of containers/(image, storage, common) 2022-11-04 08:58:12 -04:00
command_linux.go Update vendor of containers/(image, storage, common) 2022-11-04 08:58:12 -04:00
command_unix.go Vendor in containers/(common, storage, image) 2022-05-02 17:16:10 -04:00
command_unsupported.go Update vendor of containers/(image, storage, common) 2022-11-04 08:58:12 -04:00
command_windows.go Update vendor of containers/(image, storage, common) 2022-11-04 08:58:12 -04:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
reexec.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05: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.