Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shugo/docker-influxdb

A docker container for running InfluxDB
https://github.com/shugo/docker-influxdb

Last synced: about 1 month ago
JSON representation

A docker container for running InfluxDB

Awesome Lists containing this project

README

        

## docker-influxdb

This probject builds a docker container for running InfluxDB.

### Usage

docker run -d shugo/influxdb

#### Attach persistent directories

1. Create a directory `` on the host.

2. Create an InfluxDB config file at `/config.toml`.

3. Start a container mounting ``.

```
docker run -d -v :/opt/influxdb/shared shugo/influxdb
```