InfluxDB is an open source time series database for recording metrics, events, and analytics.
1.4K
InfluxDB is an open source time series database for recording metrics, events, and analytics.
INFLUXDB_CONFIG_PATH or /usr/local/etc/influxdb/influxdb.confThis variable is mandatory and specifies the password that will be set for the root superuser account.
This variable is optional and allows you to specify the name of a database to be created on image startup.
If a user/password was supplied (see below) then that user will be granted superuser access (corresponding to GRANT ALL) to this database.
These variables are optional, used in conjunction to create a new user.
This user will be granted superuser permissions (see above) for the database specified by the DOCKER_INFLUXDB_DATABASE variable.
Both variables are required for a user to be created.
These variables are optional, used in conjunction to set that user's password.
Do note that there is no need to use this mechanism to create the root superuser, that user gets created by default with the password specified by the DOCKER_INFLUXDB_ROOT_PASSWORD variable.
These variables are optional, set YES to reset below variables.
Content type
Image
Digest
Size
56.4 MB
Last updated
over 6 years ago
docker pull agrozyme/influxdb