• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Apr-2021-

README.mdH A D09-Apr-2021288 64

command_linux.goH A D09-Apr-2021693 2918

command_unix.goH A D09-Apr-2021505 2413

command_unsupported.goH A D09-Apr-2021307 1710

command_windows.goH A D09-Apr-2021475 2213

reexec.goH A D09-Apr-20211.1 KiB4834

reexec_test.goH A D09-Apr-20211.1 KiB5344

README.md

1# reexec
2
3The `reexec` package facilitates the busybox style reexec of the docker binary that we require because
4of the forking limitations of using Go.  Handlers can be registered with a name and the argv 0 of
5the exec of the binary will be used to find and execute custom init paths.
6