$ ./run.sh
$ ./stop.sh
- URL: http://localhost:3000
- User: admin
- Password: admin
- Port: 8125 UDP (StatsD input)
- Port: 8086 (HTTP API)
- User: admin
- Password: admin
- Database: influx
Run the influx client:
$ docker-compose exec influxdb influx -execute 'SHOW DATABASES'
Run the influx interactive console:
$ docker-compose exec influxdb influx
Connected to http://localhost:8086 version 1.8.0
InfluxDB shell version: 1.8.0
>
Import data from a file with -import
$ docker-compose exec -w /imports influxdb influx -import -path=data.txt -precision=s
The MIT License (MIT). Please see License File for more information.