#container #lxc #linux

bin+lib rlxc

A simple tool to interact with LXC containers

1 unstable release

0.1.0 Sep 16, 2020

#7 in #lxc

Custom license

44KB
1K SLoC

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.

Dependencies

~3.5–7MB
~117K SLoC