lxc_rust

Crates.iolxc_rust
lib.rslxc_rust
version0.1.2
sourcesrc
created_at2022-08-26 19:55:22.796035
updated_at2022-08-26 19:55:22.796035
descriptionA library for working with Linux Containers
homepage
repository
max_upload_size
id653030
size40,530
ArkashaJavelin (ArkashaJavelin)

documentation

README

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;

Linux container, guys

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

Commit count: 0

cargo fmt