![]() |
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | 1e65db4206 First header should be a top level header | %!s(int64=8) %!d(string=hai) anos |
command_linux.go | bd11a269bc make more pkgs support darwin | %!s(int64=9) %!d(string=hai) anos |
command_unix.go | bd11a269bc make more pkgs support darwin | %!s(int64=9) %!d(string=hai) anos |
command_unsupported.go | bd11a269bc make more pkgs support darwin | %!s(int64=9) %!d(string=hai) anos |
command_windows.go | bd11a269bc make more pkgs support darwin | %!s(int64=9) %!d(string=hai) anos |
reexec.go | aef02273d9 fix typos in pkg | %!s(int64=9) %!d(string=hai) anos |
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.