| Crates.io | lxc_rust |
| lib.rs | lxc_rust |
| version | 0.1.2 |
| created_at | 2022-08-26 19:55:22.796035+00 |
| updated_at | 2022-08-26 19:55:22.796035+00 |
| description | A library for working with Linux Containers |
| homepage | |
| repository | |
| max_upload_size | |
| id | 653030 |
| size | 40,530 |
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