Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:guest_lxc_container [2023/03/11 10:23] – mkeuter | userdoc:guest_lxc_container [2025/01/09 09:26] (current) – mkeuter | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Then from the CLI: | Then from the CLI: | ||
| - | lxc-create -t download -n debian10 | + | lxc-create -t download -n debian12 |
| service lxc init | service lxc init | ||
| - | lxc-attach | + | lxc-attach |
| passwd | passwd | ||
| apt update | apt update | ||
| Line 35: | Line 35: | ||
| service lxc stop | service lxc stop | ||
| - | lxc-destroy | + | lxc-destroy |
| If you don't want to re-enable LXC in the near future: | If you don't want to re-enable LXC in the near future: | ||
| Line 146: | Line 146: | ||
| ===== Recommended Base Installs ===== | ===== Recommended Base Installs ===== | ||
| + | lxc-create -t download -n debian12 -- -d debian -r bookworm -a amd64 --no-validate | ||
| + | | ||
| lxc-create -t download -n debian11 -- -d debian -r bullseye -a amd64 --no-validate | lxc-create -t download -n debian11 -- -d debian -r bullseye -a amd64 --no-validate | ||
| | | ||
| lxc-create -t download -n debian10 -- -d debian -r buster -a amd64 --no-validate | lxc-create -t download -n debian10 -- -d debian -r buster -a amd64 --no-validate | ||
| - | | ||
| - | lxc-create -t download -n debian9 -- -d debian -r stretch -a amd64 --no-validate | ||
| - | | ||
| - | lxc-create -t download -n ubuntu18 -- -d ubuntu -r bionic -a amd64 --no-validate | ||
| - | | ||
| - | lxc-create -t download -n centos8 -- -d centos -r 8 -a amd64 --no-validate | ||
| - | | ||
| - | lxc-create -t download -n centos7 -- -d centos -r 7 -a amd64 --no-validate | ||
| - | |||
| Typical base installs use less than 1 GB of disk space. | Typical base installs use less than 1 GB of disk space. | ||