skopeo/vendor/github.com/containers/storage/pkg/reexec
renovate[bot] ed34be71c6
fix(deps): update module github.com/containers/storage to v1.58.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-16 15:55:29 +00:00
..
command_freebsd.go fix(deps): update module github.com/containers/image/v5 to v5.33.0 2024-11-12 20:34:31 +01:00
command_linux.go fix(deps): update module github.com/containers/image/v5 to v5.33.0 2024-11-12 20:34:31 +01:00
command_unix.go fix(deps): update module github.com/containers/image/v5 to v5.33.0 2024-11-12 20:34:31 +01:00
command_unsupported.go fix(deps): update module github.com/containers/image/v5 to v5.33.0 2024-11-12 20:34:31 +01:00
command_windows.go fix(deps): update module github.com/containers/image/v5 to v5.33.0 2024-11-12 20:34:31 +01:00
README.md Vendor in latest containers storage 2017-09-30 10:40:45 +00:00
reexec.go fix(deps): update module github.com/containers/storage to v1.58.0 2025-04-16 15:55:29 +00: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.