spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
Valentin Rothberg a5443a532b vendor buildah, image, storage, cni
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-03-28 15:12:26 +01:00
..
command_linux.go vendor buildah, image, storage, cni 2019-03-28 15:12:26 +01:00
command_unix.go vendor buildah, image, storage, cni 2019-03-28 15:12:26 +01:00
command_unsupported.go vendor buildah, image, storage, cni 2019-03-28 15:12:26 +01:00
command_windows.go vendor buildah, image, storage, cni 2019-03-28 15:12:26 +01:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
reexec.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04: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.