Table des matières
Docker Installer Docker avec Proxmox
Création d'un conteneur LXC Debian
Installer Docker
Docker Installer Docker avec Proxmox
Ressources :
https://www.wundertech.net/how-to-set-up-docker-containers-in-proxmox/
https://credibledev.com/install-docker-and-portainer-on-proxmox/
Création d'un conteneur LXC Debian
Template : Debian 11
Disk size : 20 Gio
2 coeurs
RAM : 2 Gio
Après la création , sélectionner
Options
puis
Edit the Features
pourr activer
keyctl
.
Installer Docker
mettre à jour le conteneur
apt update && apt upgrade -y
installer curl
apt install curl -y
installer Docker
curl -sSL https://get.docker.com/ | sh