ABOUT
Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers. This Template includes Docker Engine and Docker Compose Plugin.
infoAfter the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.
infoThis Script works on amd64 and arm64 Architecture.
warningIf you use Cloud-Init please track the console for login data! You get the Login-Data after finished the VM-Build
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM10 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/vm/docker-vm.sh'; sha='fcc741d3ee6b956fd8a6c05c7a10fe9d130e3c734a34c950f6f0a831b53e1448'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path vm/docker-vm.shSHA-256 fcc741d3ee6b956fd8a6c05c7a10fe9d130e3c734a34c950f6f0a831b53e1448 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.