mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
Merge pull request #63 from HexF/container-generation
Container generation via distrobuilder
This commit is contained in:
commit
716cf04e62
7 changed files with 675 additions and 3 deletions
11
readme.md
11
readme.md
|
@ -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]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue