cri-o/vendor/github.com/containers/storage/pkg/reexec
umohnani8 cfc2393d58 Vendor in latest containers/storage
Fixes store.lock issue comming up when using store.Names

Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-14 09:54:39 -04:00
..
command_linux.go Vendor in latest containers/storage 2017-09-14 09:54:39 -04:00
command_unix.go Vendor in latest containers/storage 2017-09-14 09:54:39 -04:00
command_unsupported.go Vendor in latest containers/storage 2017-09-14 09:54:39 -04:00
command_windows.go Vendor in latest containers/storage 2017-09-14 09:54:39 -04:00
README.md Vendor in latest containers/storage 2017-09-14 09:54:39 -04:00
reexec.go Build and install from GOPATH 2017-01-17 12:09:09 -08: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.