open-nomad/vendor/gopkg.in/lxc/go-lxc.v2/doc.go

9 lines
342 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Package lxc provides Go Bindings for LXC (Linux Containers) C API.
LXC (LinuX Containers) is an operating systemlevel 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