Codebase list golang-gopkg-lxc-go-lxc.v2 / upstream/0.0+git20210607.10de240 doc.go
upstream/0.0+git20210607.10de240

Tree @upstream/0.0+git20210607.10de240 (Download .tar.gz)

doc.go @upstream/0.0+git20210607.10de240raw · history · blame

1
2
3
4
5
6
7
8
/*
Package lxc provides Go Bindings for LXC (Linux Containers) C API.

LXC (LinuX Containers) is an operating system–level virtualization method for running multiple isolated Linux systems (containers) on a single control host.

LXC combines cgroups and namespace support to provide an isolated environment for applications.
*/
package lxc