Merge pull request #63 from HexF/container-generation

Container generation via distrobuilder
This commit is contained in:
Brian Seymour 2021-02-05 16:13:26 -06:00 committed by GitHub
commit 716cf04e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 675 additions and 3 deletions

View file

@ -141,12 +141,17 @@ cd piston/lxc
#### Installation (simple)
- Coming soon.
- Install additional dependencies python3, pip and distrobuilder
- `cd ../container && ./build.sh`
- Wait, it may take up to an hour.
- `lxc-create -n piston -t local -- --metadata meta.tar.xz --fstree rootfs.tar.xz`
- `cd ../lxc && ./start`
- Good to go!
#### Installation (advanced)
- See `var/install.txt` for how to create a new LXC container and install all of the required
software.
- See `var/install.txt` for how to build the container manually
#### CLI Usage
- `cli/execute [language] [file path] [args]`