5a87153824
unblock the nsenter-exec test process to let it finish succesfully Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
nsenter.c | ||
nsenter.go | ||
nsenter_test.go | ||
nsenter_unsupported.go |
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
.