spiegel_podman/vendor/github.com/containers/storage/pkg/reexec
dependabot-preview[bot] 86be569961 build(deps): bump github.com/containers/storage from 1.15.8 to 1.16.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.15.8 to 1.16.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.15.8...v1.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-02-19 11:40:53 +01:00
..
command_linux.go build(deps): bump github.com/containers/storage from 1.15.8 to 1.16.0 2020-02-19 11:40:53 +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.