ABOUT
Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.
warningThe update function may modify or recreate Portainer containers (portainer/portainer-ce), even if they were created manually.
INSTALL
Approved local installer
alpineAlpine 3.24
Approved locally1 CPU1024 MB RAM2 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/ct/alpine-docker.sh'; sha='7b841d750a9a9f960d4e623ce492a9f780a558e9136afde43cf1f51be27960f6'; 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 ct/alpine-docker.shSHA-256 7b841d750a9a9f960d4e623ce492a9f780a558e9136afde43cf1f51be27960f6 DefaultDebian 13
Approved locally2 CPU2048 MB RAM4 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/ct/docker.sh'; sha='8598f84157695591a1226fe43a84488b5f88154ba4f1ae567886064e8fe97203'; 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 ct/docker.shSHA-256 8598f84157695591a1226fe43a84488b5f88154ba4f1ae567886064e8fe97203 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.