mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 08:55:44 +00:00
Bump: c/storage v1.58.0 c/image v5.35.0 c/common v0.63.0 In preparation for Podman v5.5.0 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com> |
||
|---|---|---|
| .. | ||
| command_freebsd.go | ||
| command_linux.go | ||
| command_unix.go | ||
| command_unsupported.go | ||
| command_windows.go | ||
| README.md | ||
| reexec.go | ||
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.