diff --git a/guide-creation-lxc-proxmox.md b/guide-creation-lxc-proxmox.md new file mode 100755 index 0000000..f940da9 --- /dev/null +++ b/guide-creation-lxc-proxmox.md @@ -0,0 +1,322 @@ +# Guide : Création d'un container LXC sur Proxmox VE + +## Sommaire +- [Prérequis](#prérequis) +- [Création du container LXC](#création-du-container-lxc) +- [Configuration réseau](#configuration-réseau) +- [Configuration SSH](#configuration-ssh) +- [Vérifications](#vérifications) +- [Commandes utiles](#commandes-utiles) +- [Exemple concret : CT201 (status-monitor)](#exemple-concret--ct201-status-monitor) + +--- + +## Prérequis + +### Environnement +- Cluster Proxmox VE 9.2.4 (Debian 13.5 Trixie) +- Stockage ZFS configuré : `vm-zfs` (rpool/vm) +- Réseau : `vmbr0` (bridge par défaut) +- Accès SSH aux nœuds Proxmox avec authentification par certificat + +### Templates disponibles +Vérifier les templates disponibles sur le nœud : +```bash +ls /var/lib/vz/template/cache/ +``` +Exemple de sortie : +``` +debian-12-standard_12.12-1_amd64.tar.zst +debian-13-standard_13.6-1_amd64.tar.zst +``` + +--- + +## Création du container LXC + +### Commande de base + +```bash +pct create