Running Docker containers on Proxmox

Proxmox Virtual Environment is a great way of hosting virtualized resources (virtual machines and LXC containers). But setting up such an LXC container, and then running Docker, is not too easy for a beginner. In this post, I will list the steps to get it running. Basically, these are the main steps to take: SoContinue reading “Running Docker containers on Proxmox”

Proxmox: Configure a network bridge for internal networking

Usually, you want to cluster your Proxmox containers and VMs in subnets that are different from your real local area network, e.g. because some services should only be accessible inside of Proxmox. But after initial installation, Proxmox has one network bridge interface called “vmbr0”. It provides a virtual switch which connects all VMs and containersContinue reading “Proxmox: Configure a network bridge for internal networking”