mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 07:36:28 +02:00
packer-based lxc container building
Fills the simple installation void
This commit is contained in:
parent
2fdd65af26
commit
219364af97
34 changed files with 370 additions and 1 deletions
7
container/readme.md
Normal file
7
container/readme.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# LXC Container Build
|
||||
|
||||
Requires: `lxc`, `lxc-net`, `packer` (Hashicorp Packer)
|
||||
|
||||
To build: `packer build -var 'apt_mirror=[apt mirror]' -var 'make_threads=[-j flag]' piston.pkr.hcl`
|
||||
|
||||
After roughly 30 minutes (on an i7-4790k), you should have an image built
|
Loading…
Add table
Add a link
Reference in a new issue