2021-03-04 12:42:35 +01:00
|
|
|
# lxc
|
|
|
|
|
|
|
|
install scripts for linux containers (lxc)
|
|
|
|
|
2021-04-11 23:47:00 +02:00
|
|
|
## *_install.sh
|
|
|
|
basic, somewhat interactive installer for linux containers (lxc)
|
2021-03-04 12:42:35 +01:00
|
|
|
|
2021-04-11 23:47:00 +02:00
|
|
|
### alpine linux
|
2021-03-04 12:42:35 +01:00
|
|
|
`wget https://git.velvettear.de/velvettear/lxc/raw/branch/master/alpine_install.sh -O install.sh && chmod +x install.sh && ./install.sh`
|
2021-04-11 23:47:00 +02:00
|
|
|
|
|
|
|
### debian linux
|
|
|
|
`wget https://git.velvettear.de/velvettear/lxc/raw/branch/master/debian_install.sh -O install.sh && chmod +x install.sh && ./install.sh`
|