0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-27 09:09:05 +00:00
crazy-max_diun/vendor/github.com/containers/storage/pkg/reexec
2024-12-14 22:30:21 +01:00
..
command_freebsd.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
command_linux.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
command_unix.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
command_unsupported.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
command_windows.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
reexec.go chore: go mod vendor 2024-12-14 22:30:21 +01: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.