informatica:software:diun
¡Esta es una revisión vieja del documento!
Tabla de Contenidos
Diun
Diun (Docker Image Update Notifier) es una herramienta que vigila las imágenes Docker que estás usando y te avisa cuando hay nuevas versiones disponibles.
Instalación
Docker
Ejemplo de Docker Compose:
name: diun services: diun: image: crazymax/diun:latest command: serve volumes: - "./data:/data" - "/var/run/docker.sock:/var/run/docker.sock" environment: - "TZ=Europe/Madrid" - "DIUN_WATCH_WORKERS=20" - "DIUN_WATCH_SCHEDULE=0 */6 * * *" - "DIUN_WATCH_JITTER=30s" - "DIUN_PROVIDERS_DOCKER=true" labels: - "diun.enable=true" restart: always
informatica/software/diun.1772879161.txt.gz · Última modificación: por tempwin

