Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brauner/rlxc
- Owner: brauner
- Created: 2019-01-31T08:52:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T13:12:28.000Z (over 3 years ago)
- Last Synced: 2024-08-09T08:26:20.455Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 153 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE.LGPL2.1
Awesome Lists containing this project
- awesome-docker - rlxc - LXC binary written in Rust by [@brauner](https://github.com/brauner) (Container Operations / Runtime)
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).