{"id":16445747,"url":"https://github.com/mnuessler/docker-influxdb","last_synced_at":"2026-05-17T14:31:48.630Z","repository":{"id":34849184,"uuid":"38842899","full_name":"mnuessler/docker-influxdb","owner":"mnuessler","description":"A docker image for InfluxDB","archived":false,"fork":false,"pushed_at":"2015-08-27T21:59:15.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T22:51:54.192Z","etag":null,"topics":["docker-image","influxdb","time-series"],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/mnuessler/influxdb","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnuessler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-09T20:14:04.000Z","updated_at":"2015-07-15T09:34:34.000Z","dependencies_parsed_at":"2022-09-15T07:21:06.754Z","dependency_job_id":null,"html_url":"https://github.com/mnuessler/docker-influxdb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mnuessler/docker-influxdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fdocker-influxdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fdocker-influxdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fdocker-influxdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fdocker-influxdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnuessler","download_url":"https://codeload.github.com/mnuessler/docker-influxdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnuessler%2Fdocker-influxdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","influxdb","time-series"],"created_at":"2024-10-11T09:45:16.200Z","updated_at":"2026-05-17T14:31:43.618Z","avatar_url":"https://github.com/mnuessler.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InfluxDB Docker Image\n\n## About\n\nA docker image to run InfluxDB inside a docker container. InfluxDB is\na time series, metrics, and analytics database. Please refer to the\n[InfluxDB documentation][1] for details.\n\n## How to use this image\n\n### Start an InfluxDB instance\n\nTo start a container using the default configuration:\n\n```\ndocker run -d --name influxdb mnuessler/influxdb\n```\n\nYou may want to mount a directory from the host into the container, so\nthat the InfluxDB data persists between container restarts:\n\n```\ndocker run -d --name influxdb \\\n    -v /your/host/directory:/var/lib/influxdb \\\n    mnuessler/influxdb\n```\n\nPlease note that the data directory on the host must be writable by\nthe user running the InfluxDB server inside the container:\n\n* User: `influxdb` (uid 999)\n* Group: `influxdb` (gid 999)\n\nOn your host the uid/gid might map to a different user name.\n\n### Configuration\n\nWhen started without configuration parameters, a default configuration\nis used. For every configuration parameter, the default value can be\noverridden using an environment variable, so it is possible to do all\nconfiguration upon container start without touching the configuration\nfile.\n\nFor example, to enable the collectd input listening on port 25827 with\ncollectd metrics being written to a dabase named \"collectd\", the\ncontainer could be started like so:\n\n```\ndocker run -d --name influxdb \\\n    -v /your/host/directory:/var/lib/influxdb\n    -e INF_COLLECTD_ENABLED=\"true\"\n    -e INF_COLLECTD_BIND_ADDRESS=\":25827\"\n    -e INF_COLLECTD_DATABASE=\"collectd\"\n    mnuessler/influxdb\n```\n\n### Build the image\n\n```\ndocker build .\n```\n\n[1]: https://influxdb.com/docs/v0.9/introduction/overview.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fdocker-influxdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnuessler%2Fdocker-influxdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnuessler%2Fdocker-influxdb/lists"}