runc/nsenter
Michael Crosby 8850636eb3 Refactor init actions into separate types
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-02-11 11:20:08 -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 Refactor init actions into separate types 2015-02-11 11:20:08 -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.