rlxc 0.1.0

A simple tool to interact with LXC containers
docs.rs failed to build rlxc-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.