spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
Daniel J Walsh e247f02a4f
Vendor in containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-05-02 17:16:10 -04:00
..
command_freebsd.go Vendor in containers/(common, storage, image) 2022-05-02 17:16:10 -04:00
command_linux.go image lookup: do not match *any* tags 2021-11-23 11:15:03 +01:00
command_unix.go Vendor in containers/(common, storage, image) 2022-05-02 17:16:10 -04:00
command_unsupported.go image lookup: do not match *any* tags 2021-11-23 11:15:03 +01:00
command_windows.go image lookup: do not match *any* tags 2021-11-23 11:15:03 +01: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.