/rlxc

LXC binary written in Rust

Primary LanguageRust

LXD

rlxc

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

  • lxc-attach -> rlxc exec
  • lxc-start -> rlxc start
  • lxc-stop -> rlxc stop
  • lxc-ls -> rlxc list

as well as:

  • rlxc help
  • rlxc version

LXC

For information about LXC see here.