lxc 0.6.0

Linux Containers API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LXC

[![Build Status](https://gitlab.com/sanpi/lxc-rs/badges/main/pipeline.svg)](https://gitlab.com/sanpi/lxc-rs/commits/main)

Crate to play with [LXC container](https://linuxcontainers.org/lxc/) in rust.

## Usage

Add it to your dependencies:

```toml
[dependencies]
lxc = "0.5"
```

See [demo.rs](examples/demo.rs) for a complete example.