reg/vendor/github.com/docker/docker-ce/components/engine/pkg/reexec
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
command_linux.go switch to dep 2017-12-11 14:50:55 -05:00
command_unix.go switch to dep 2017-12-11 14:50:55 -05:00
command_unsupported.go switch to dep 2017-12-11 14:50:55 -05:00
command_windows.go switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05:00
reexec.go switch to dep 2017-12-11 14:50:55 -05:00
reexec_test.go switch to dep 2017-12-11 14:50:55 -05: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.