« Proxmox commandes » : différence entre les versions
Page créée avec « = 🧱 '''📘 Proxmox VE 9.x – Commandes essentielles (CLI)''' = ----- = 🚀 '''1. LXC Containers – <code>pct</code>''' = '''(Proxmox Container Toolkit – commandes officielles)''' ### ▶️ Gestion des containers <syntaxhighlight lang="sh">pct list # Lister containers pct start <id> # Démarrer pct stop <id> # Stopper pct restart <id> # Redémarrer pct enter <id> # Shell dans le container</syntaxhighl... » |
Aucun résumé des modifications |
||
| Ligne 12 : | Ligne 12 : | ||
pct restart <id> # Redémarrer | pct restart <id> # Redémarrer | ||
pct enter <id> # Shell dans le container</syntaxhighlight> | pct enter <id> # Shell dans le container</syntaxhighlight> | ||
=== ▶️ Répertoire des fichiers de configuration LXC === | |||
<syntaxhighlight lang="sh"> | |||
/etc/pve/lxc/ | |||
/etc/pve/lxc/<VMID>.conf | |||
</syntaxhighlight> | |||
=== ▶️ Création / clone / suppression === | === ▶️ Création / clone / suppression === | ||