Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brauner/rlxc

LXC binary written in Rust
https://github.com/brauner/rlxc

Last synced: about 2 months ago
JSON representation

LXC binary written in Rust

Awesome Lists containing this project

README

        

[![LXD](https://linuxcontainers.org/static/img/containers.png)](https://linuxcontainers.org/lxd)
# rlxc
Simple side-project to implement a Rust binary using
[LXC](https://github.com/lxc/lxc) to run containers.
Currently covers:

- `lxc-attach` -> `rlxc exec ...`
* `lxc-start` -> `rlxc start `
- `lxc-execute -> rlxc start [command]`
- `lxc-stop` -> `rlxc stop`
- `lxc-ls` -> `rlxc list`
- `lxc-console` -> `rlxc login `

as well as:

- `rlxc help`
- `rlxc version`

# LXC
For information about LXC see [here](https://github.com/lxc/lxc).