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 [2020/06/01 02:24] – abelbeck | 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 50: | Line 50: | ||
| LXC_BRIDGE0=" | LXC_BRIDGE0=" | ||
| - | !!Tip ->!! If you have multiple LAN interfaces defined in the Network tab, assign '' | + | !!Tip ->!! If you have multiple LAN interfaces defined in the Network tab, assign '' |
| !!Tip ->!! If you run out of physical interfaces to assign to the bridge, create a VLAN, for example: | !!Tip ->!! If you run out of physical interfaces to assign to the bridge, create a VLAN, for example: | ||
| Line 146: | Line 146: | ||
| ===== Recommended Base Installs ===== | ===== Recommended Base Installs ===== | ||
| - | lxc-create -t download -n debian10 | + | lxc-create -t download -n debian12 |
| | | ||
| - | lxc-create -t download -n debian9 | + | lxc-create -t download -n debian11 |
| | | ||
| - | lxc-create -t download -n ubuntu18 | + | lxc-create -t download -n debian10 |
| - | + | ||
| - | 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. | ||