reg/vendor/github.com/docker/docker-ce/components/engine/pkg/reexec
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00
..
command_linux.go update deps 2018-07-14 11:48:41 -04:00
command_unix.go update deps 2018-07-14 11:48:41 -04:00
command_unsupported.go update deps 2018-07-14 11:48:41 -04:00
command_windows.go update deps 2018-07-14 11:48:41 -04:00
README.md update deps 2018-07-14 11:48:41 -04:00
reexec.go update deps 2018-07-14 11:48:41 -04:00
reexec_test.go update deps 2018-07-14 11:48:41 -04: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.