runc/nsenter
Michael Crosby bbeae7445a Remove namespaces package
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-02-02 15:41:32 -08:00
..
README.md Remove namespaces package 2015-02-02 15:41:32 -08:00
nsenter.go Remove namespaces package 2015-02-02 15:41:32 -08:00
nsenter_test.go Remove namespaces package 2015-02-02 15:41:32 -08:00
nsenter_unsupported.go Remove namespaces package 2015-02-02 15:41:32 -08:00
nsexec.c Remove namespaces package 2015-02-02 15:41:32 -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.