Koto
  • Home

Docker

Best docker containers

Best docker containers

A short list of my best docker containers * Traefik * Simple and powerful reverse proxy (with Let's Encrypt HTTPS) for Docker * Portainer CE / Portainer EE * Management for Docker Host * AdGuard Home * DNS Server with privacy/adblock features * ChangeDetection * Track changes in websites (New updates, releases notes, ...) * FreshRSS * Best RSS
Guillaume Kotowski 25 août 2023
Quick: Create an InfluxDB in Docker for Telegraf

Quick: Create an InfluxDB in Docker for Telegraf

Generate an configuration file docker run –rm influxdb influxd config > influxdb.conf Edit influxdb.conf to enable authentification … [http] enabled = true bind-address = « :8086 » auth-enabled = true … Create a docker volume docker volume create influxdb-volume Initialize the database (create a temporary container to initialize the database and store it in volume)
Guillaume Kotowski 4 avr. 2020
Koto © 2025. Powered by Ghost