2023-06-22 09:08:57 +02:00
2023-06-22 09:08:57 +02:00
2022-10-12 12:21:46 +02:00
2023-06-07 12:07:48 +02:00
2023-06-22 09:08:57 +02:00
2023-06-07 12:07:48 +02:00
2023-06-22 09:08:57 +02:00

Alpine :: InfluxDB

Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️

Volumes

  • /influxdb/etc - Directory of config.yml
  • /influxdb/var - Directory of all mutable data

Run

docker run --name influxdb \
  -v .../etc/config.yml:/influxdb/etc/config.yml \
  -v .../var:/influxdb/var \
  -d 11notes/influxdb:[tag]

Defaults

Parameter Value Description
user docker user docker
uid 1000 user id 1000
gid 1000 group id 1000

Parent

Built with

Tips

  • Don't bind to ports < 1024 (requires root), use NAT/reverse proxy
  • Permanent Stroage - Module to store permanent container data via NFS/CIFS and more
Description
Run InfluxDB based on Alpine Linux. Small, lightweight, secure and fast 🏔️
Readme MIT 64 KiB
Languages
Dockerfile 73.6%
Shell 26.4%