Docker | scripts-underground Docker | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Docker

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/vm/docker-vm.sh)"

Docker

Creates a Docker-ready virtual machine on Proxmox VE with Docker pre-installed in the image.

Notes

  • Supports Debian 12/13 and Ubuntu 22.04/24.04
  • Optional Cloud-Init support for SSH key and network configuration
  • Docker pre-installed in the disk image for faster provisioning
Copied!