01_Portainer
portainer
Docker container management made simple, with the world’s most popular GUI-based container management platform.
| Image | portainer/portainer-ce:latest |
|---|---|
| Etat | Up 9 hours |
| Reseau | bridge |
| URL | https://portainer.juxjux.ovh |
Ports
| Hote | Container | IP |
|---|---|---|
| 9443 | 9443/tcp | 0.0.0.0 |
| 9443 | 9443/tcp | :: |
| 8000 | 8000/tcp | 0.0.0.0 |
| 8000 | 8000/tcp | :: |
| 9000 | 9000/tcp | 0.0.0.0 |
| 9000 | 9000/tcp | :: |
Volumes
| Source (hote) | Destination | Type | Mode |
|---|---|---|---|
/var/lib/docker/volumes/portainer_data/_data | /data | volume | rw |
/var/run/docker.sock | /var/run/docker.sock | bind | rw |
Integration Claude Code — MCP
| Statut MCP | MCP actif |
|---|---|
| Outils (prefix) | mcp__portainer__ |
| Configuration | Script Python : C:\Users\eliob\.claude\mcp_portainer.py | Projet Claude Code : C:\Users\eliob | Auth : JWT via POST /api/auth, endpoint Docker local ID 3 |
Outils disponibles
list_endpointslist_stacksget_stackget_stack_fileredeploy_stacklist_containersget_containerget_container_logsrestart_containerstart_containerstop_containerlist_images
Ce que nous pouvons faire ensemble
- Lister et inspecter tous les containers et leurs états
- Consulter les logs d'un container en temps réel
- Redémarrer, démarrer ou arrêter un container à la demande
- Lire le fichier docker-compose.yml d'une stack
- Redéployer une stack après modification
- Lister toutes les images Docker disponibles sur le VPS