PROXMOX

    Installing Docker server in the Homelab

    The first VM that will be created is for a server to run docker and manage applications using containers. The template that we created earlier will be used to deploy the VM.

    Jun 1, 2025
    Servers

    Linux Containers (LXC)

    LXC (Linux Containers) are a lightweight alternative to fully virtualized machines (VMs). They use the kernel of the host system that they run on, instead of emulating a full operating system (OS). This means that containers can access resources on the host system directly.

    Jun 1, 2025
    Virtualization

    Cloud template and Virtual Machine

    Proxmox is installed and running, the next step is to create first Virtual Machine (VM). This guide walks you through the process step by step.

    Jun 1, 2025
    Virtualization

    Installing Proxmox in the Homelab

    Proxmox is a powerful open-source virtualization platform that allows you to manage virtual machines (VMs) and LXC containers efficiently. This guide walks you through installing Proxmox VE on your homelab server.

    Jun 1, 2025
    VirtualizationServers