pkg/reexec
Alexander Morozov 0340c8548a Add docstring to reexec.Command
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-07-20 17:00:18 -07:00
..
command_linux.go Add docstring to reexec.Command 2015-07-20 17:00:18 -07:00
command_unsupported.go Add docstring to reexec.Command 2015-07-20 17:00:18 -07:00
command_windows.go Add docstring to reexec.Command 2015-07-20 17:00:18 -07:00
README.md pkg/reexec: move reexec code to a new package 2014-11-11 23:19:34 +02:00
reexec.go Fix relative path execution of docker daemon in reexec.Self() 2015-03-16 16:52:00 -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.