1 unstable release
0.1.0 | Sep 16, 2020 |
---|
#6 in #lxc
44KB
1K
SLoC
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
~4.5–8MB
~133K SLoC