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/06/15 09:03] abelbeck [Recommended Base Installs] |
userdoc:guest_lxc_container [2025/01/09 03: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: |