https://github.com/brauner/rlxc
  
  
    LXC binary written in Rust 
    https://github.com/brauner/rlxc
  
        Last synced: 8 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 7 years ago)
 - Default Branch: master
 - Last Pushed: 2021-06-30T13:12:28.000Z (over 4 years ago)
 - Last Synced: 2025-03-20T00:22:42.262Z (8 months ago)
 - Language: Rust
 - Homepage:
 - Size: 153 KB
 - Stars: 15
 - Watchers: 2
 - 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)
 - awesome-docker - rlxc - LXC binary written in Rust by [@brauner](https://github.com/brauner) (Container Operations / Runtime)
 - awesome-docker - rlxc - LXC binary written in Rust by [@brauner](https://github.com/brauner) (Container Operations / Runtime)
 - fucking-awesome-docker - rlxc - LXC binary written in Rust by [@brauner](https://github.com/brauner) (Container Operations / Runtime)
 - fucking-awesome-docker - rlxc - LXC binary written in Rust by [@brauner](https://github.com/brauner) (Container Operations / Runtime)
 
README
          [](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).