brauner / rlxc

LXC binary written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXD

rlxc

Simple side-project to implement a Rust binary using LXC to run containers. Currently covers:

  • lxc-attach -> rlxc exec <name> <command>...
  • lxc-start -> rlxc start <name>
  • lxc-execute -> rlxc start <name> [command]
  • lxc-stop -> rlxc stop
  • lxc-ls -> rlxc list
  • lxc-console -> rlxc login <name>

as well as:

  • rlxc help
  • rlxc version

LXC

For information about LXC see here.

About

LXC binary written in Rust


Languages

Language:Rust 99.9%Language:C 0.1%