Create containter with external and internal nets pct create 100 \ local:vztmpl/ubuntu-16.04-standard_16.04-1_amd64.tar.gz \ --cores 2 --cpuunits 1024 \ --memory 4096 --swap 128 \ --hostname ct100.example.com \ --net0 name=eth0,ip=1.2.3.4/32,bridge=vmbr0,gw=1.2.3.0 \ --net1 name=eth1,ip=192.168.0.2/32,bridge=vmbr1 \ --rootfs local:24 \ --onboot 1 Remove container. Be careful, it'll destroy ct without questions pct destroy 100 View sum of memory allocated to VMs and CTs grep -R memory /etc/pve/local | awk '{sum += $NF } END {print sum;}' View sorted list of vmid cat /etc/pve/.vmlist | grep node | cut -d '"' -f2 | sort -n
lxc-ls --fancy
pveperf
qm list