Due UI Docker con filosofie diverse. Portainer completo, Dockge focalizzato su compose.
Portainer CE
services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
ports:
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockge_data:/app/data
...
Portainer CE
services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
ports:
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockge_data:/app/data
...
Contenuto riservato ai membri
Registrati gratis per accedere al corso completo, ai quiz e ai PDF scaricabili.
Crea account gratis → Ho già un account