mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
updated readme
This commit is contained in:
parent
b81690a9de
commit
843c6636c7
2 changed files with 51 additions and 36 deletions
|
@ -1,23 +1,3 @@
|
|||
# clone and enter repo
|
||||
git clone https://github.com/engineer-man/piston
|
||||
cd piston/lxc
|
||||
|
||||
# install dependencies
|
||||
|
||||
# centos:
|
||||
yum install -y epel-release
|
||||
yum install -y lxc lxc-templates debootstrap libvirt
|
||||
systemctl start libvirtd
|
||||
|
||||
# ubuntu server 18.04:
|
||||
apt install lxc lxc-templates debootstrap libvirt0
|
||||
|
||||
# arch:
|
||||
sudo pacman -S lxc libvirt unzip
|
||||
|
||||
# everything else:
|
||||
# not documented, please open pull requests with commands for debian/arch/macos
|
||||
|
||||
# create and start container
|
||||
lxc-create -t download -n piston -- --dist ubuntu --release bionic --arch amd64
|
||||
./start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue