runc/nsenter
Alexander Morozov 846e522ffc Remove overcomplicated logic of SIGCHLD from TestNsenterDeadPid
It lead to some race which hanged test.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-03-05 13:52:54 -08:00
..
README.md Remove namespaces package 2015-02-02 15:41:32 -08:00
nsenter.go nsenter: noop reference to C constructor 2015-02-21 09:56:46 -05:00
nsenter_test.go Remove overcomplicated logic of SIGCHLD from TestNsenterDeadPid 2015-03-05 13:52:54 -08:00
nsenter_unsupported.go Remove namespaces package 2015-02-02 15:41:32 -08:00
nsexec.c Add tty support for setnsProcess 2015-03-04 17:30:37 -08:00

README.md

nsenter

The nsenter package registers a special init constructor that is called before the Go runtime has a chance to boot. This provides us the ability to setns on existing namespaces and avoid the issues that the Go runtime has with multiple threads. This constructor is only called if this package is registered, imported, in your go application and the argv 0 is nsenter.