Hacker News new | ask | show | jobs
by rxaxm 4197 days ago
rather than the golang wrapper by the lxc team: https://github.com/lxc/go-lxc
2 comments

Problem is because C LXC ABI is unstable and would prevent building docker under osx or win. ALso under linux you would need at least sources for liblxc(they are different for each distribution) and unstable docker daemon which is locked to specific distribution with specific version of LXC ABI is a bad thing.
If you think there is a better way to do it, you can send a pull request.