spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
Daniel J Walsh 571833d562
Update vendor of containers/(image, storage, common)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-11-04 08:58:12 -04: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 image lookup: do not match *any* tags 2021-11-23 11:15:03 +01: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.