1 个不稳定版本
0.1.2 | 2022 年 8 月 26 日 |
---|
#5 在 #lxc
36KB
479 行
lxc-rs
Rust 命令行工具(未来为客户端),让您可以对 Linux 容器进行操作
什么是 Linux 容器?如果您听说过并使用过 Docker(可能还使用过 K8S)——那么您会很容易理解并使用它;
如何使用?
示例
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
}
(文档): https://linuxcontainers.cn/lxc/documentation/ (仓库): https://github.com/lxc/lxc
lib.rs
:
Lxc-rs
Linux 守护进程和 Linux 容器操作库