Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shugo/docker-influxdb
- Owner: shugo
- Created: 2014-07-16T04:14:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T04:31:30.000Z (over 10 years ago)
- Last Synced: 2023-04-12T11:04:34.844Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```