Creating an LXC Container in Proxmox Virtual Environment
Widget Connector | ||
---|---|---|
|
https://192.168.0.9:8006 | |
---|---|
Use template to import images | |
Download | Select an iso from the images list or from the turnkey- images list |
create LXC Container | |
hostname: DaloRadius root Password: juniper!1 ( disable for remote access ) HDD: 4GB CPU: 1 RAM: 512MB IP: Static 192.168.0.21/24 DNS: 8.8.8.8 | |
create account for remote access: | |
LXC in cli | |
list | lxs-ls -f |
reboot | To reboot the container called myhttpd, enter:lxc-stop -n xxxx -r |
destroy | lxc-stop -n xxxx --kill |