Un administrador orientado gestionar los Docker Compose en archivos compose.yaml, de un modo elegante, fácil y autohospedado.
Mira esta demo en vídeo para que veas el funcionamiento: https://youtu.be/AWAlOQeNpgU?t=48
Administrar archivos compose.yaml
Actualizar imágenes de Docker
Reactivo
Todo simplemente responde. El progreso (Pull/Up/Down) y la salida del terminal están en tiempo real
Interfaz de usuario elegante y fácil de usar
Si te encanta la UI/UX de Uptime Kuma, esta también te encantará
docker run ...=comandos en=compose.yaml
Estructura basada en archivos
Dockge no secuestrará sus archivos de redacción, se almacenarán en su disco como de costumbre. Puedes interactuar con ellos usando =docker compose=comandos normales.
version: "3.8"
services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
container_name: dockge
ports:
# Host Port:Container Port
- 5001:5001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
# If you want to use private registries, you need to share the auth file with Dockge:
# - /root/.docker/:/root/.docker
# Your stacks directory in the host
# (The paths inside container must be the same as the host)
- $HOME/dk:/my-stacks
environment:
# Tell Dockge where is your stacks directory
- DOCKGE_STACKS_DIR=/my-stacks
Publicado por Angel el Sunday 19 November del 2023
También te puede interesar:
Powered by org-bash-blog
Written in OrgMode with Emacs and converted to HTML with Pandoc
Este obra está bajo una licencia de Creative Commons Reconocimiento-NoComercial-CompartirIgual 4.0 Internacional.