debian-forge-composer/vendor/github.com/containers/storage/pkg/reexec
2023-07-21 12:05:00 +02:00
..
command_freebsd.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
command_linux.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
command_unix.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
command_unsupported.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
command_windows.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
README.md container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
reexec.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02: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.