Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/vendor/github.com/docker/docker/pkg/reexec
Lewis Marshall a1f3878ec5 swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
..
README.md swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
command_linux.go swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
command_unix.go swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
command_unsupported.go swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
command_windows.go swarm/test: add integration test for 'swarm up' (#14353) 8 years ago
reexec.go swarm/test: add integration test for 'swarm up' (#14353) 8 years ago

README.md

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.