spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
Giuseppe Scrivano 8896ace2a4
vendor: update containers/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-10-11 23:04:26 +02:00
..
command_freebsd.go vendor: update containers/common 2024-10-11 23:04:26 +02:00
command_linux.go vendor: update containers/common 2024-10-11 23:04:26 +02:00
command_unix.go vendor: update containers/common 2024-10-11 23:04:26 +02:00
command_unsupported.go vendor: update containers/common 2024-10-11 23:04:26 +02:00
command_windows.go vendor: update containers/common 2024-10-11 23:04:26 +02:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
reexec.go vendor: bump containers/(storage, common, buildah, image) 2023-04-10 17:30:14 +05:30

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.