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 [2025/01/09 09:25] – mkeuter | userdoc:guest_lxc_container [2026/09/03 16:04] (current) – mkeuter | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| 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 debian13 -- -d debian -r trixie -a amd64 --no-validate | ||
| + | | ||
| lxc-create -t download -n debian12 -- -d debian -r bookworm -a amd64 --no-validate | 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 | ||
| - | |||
| Typical base installs use less than 1 GB of disk space. | Typical base installs use less than 1 GB of disk space. | ||