lxc_rust 0.1.2

A library for working with Linux Containers
Documentation
  • Coverage
  • 90.08%
    118 out of 131 items documented0 out of 118 items with examples
  • Size
  • Source code size: 40.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ArkashaJavelin

lxc-rs

Rust Cli (Client in future), that let you doing something with Linux containers

What is Linux Containers ? If you heard and works with Docker(maybe with K8S too) - It would be easy for you'r understanding and working;

How to use?

Example

extern crate lxc_rust;

use lxc_rust::{container};

fn main() {
  container.get_local_lxc(); // Prints you a list of you'r local lxc in console
}

(Docs): https://linuxcontainers.org/lxc/documentation/ (Repo): https://github.com/lxc/lxc