ElevenNotes ab0a6e7bb1 first commit
2023-06-07 12:07:48 +02:00
2023-06-07 12:07:48 +02:00
2022-10-12 12:21:46 +02:00
2023-06-07 12:07:48 +02:00
2023-06-07 12:07:48 +02:00
2023-06-07 12:07:48 +02:00
2023-06-07 12:07:48 +02:00

Alpine :: InfluxDB

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

Run

docker run --name influxdb \
  -v .../etc:/influxdb/etc \
  -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 68 KiB
Languages
Dockerfile 73.6%
Shell 26.4%