TICK-Docker-Starter-Kit
TICK stack on containers which are ready to use.
Image source: https://www.influxdata.com/wp-content/uploads/Architecture-970x500.png
Folder structures
| Path | More details |
|---|---|
| telegraf/conf | Store config files |
| influxdb/data | Store influxdb data |
| chronograf/data | Store chronograf data |
| kapacitor/data | Store kapacitor data |
Create and start containers
To start a stack just type
$ docker-compose up -dStart services
Start TICK services
$ docker-compose stopStop services
Stop TICK services
$ docker-compose stopStop and remove containers, networks, images, and volumes
$ docker-compose down