LXC Inventory Script
ProxMox
PVE
I use the following script in the PVE shell to get a quick inventory of whats what in my containers.
Change the permissions to run it, I put it in the ~ directory:
chmod +x ~/what.sh
Here's the script:
#!/bin/bash
echo "🧾 Proxmox LXC Container Deep Aud...