Hacker News new | ask | show | jobs
by vishvananda 1948 days ago
While the particular issue of network namespaces and locking the os thread was fixed, there is still c code that must run before the go runtime starts to work around the issue that you cannot do some of the necessary nsenter calls once you have started additional threads. The c code to make runc work is encapsulated in libcontainer/nsenter[0]

[0]: https://github.com/opencontainers/runc/tree/master/libcontai...

1 comments

this seems like a pretty trivial amount of C, by comparison, and a pretty solved problem now.