reg/vendor/github.com/docker/docker-ce/components/engine/pkg/reexec
Jess Frazelle ab6c553e6b
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:41:43 -05:00
..
command_linux.go update deps 2018-03-06 10:41:43 -05:00
command_unix.go update deps 2018-03-06 10:41:43 -05:00
command_unsupported.go update deps 2018-03-06 10:41:43 -05:00
command_windows.go update deps 2018-03-06 10:41:43 -05:00
README.md update deps 2018-03-06 10:32:47 -05:00
reexec.go update deps 2018-03-06 10:41:43 -05:00
reexec_test.go update deps 2018-03-06 10:41:43 -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.