Hi,

A couple of days ago I started to write the Go binding for LXC C API. IMHO
it reached to a point where I can announce it officially. So here it is;

Go (golang) Bindings for LXC (Linux Containers) [1]

You can install it via regular "go get" magic

go get github.com/caglar10ur/lxc

and checkout the documentation [1] and bunch of basic examples [2].


Please note that it's an early alpha, where the code hasn't been refactored
and not much tested in the wild.

It's using new functionalities introduced by upcoming LXC 0.9 so it won't
work with older releases. It's been developed on Ubuntu 12.10 against LXC
staging tree [4].

Currently it provides all the exported API but it doesn't have additional
features like Python LXC API (.network property, get_ips, clone, attach
functions etc.).

I'd appreciate you guys taking a look at it, using it, breaking it and
giving me feedback :)

[1] https://github.com/caglar10ur/lxc
[2] http://godoc.org/github.com/caglar10ur/lxc
[3] https://github.com/caglar10ur/lxc/tree/master/examples
[4] https://github.com/lxc/lxc/

Cheers,
--
S.Çağlar Onur <cag...@10ur.org>
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to