Chronograf server image. Chronograf is a web application for exploring time series data stored in a InfluxDB database.
To create this image, execute the following command in the docker-chronograf folder.
docker build -t cburki/chronograf .
The chronograf HTTP server is listening on port 8888 so we bind this port when running the container.
docker run \
--name chronograf \
-p 8888:8888 \
-d \
cburki/chronograf:latest
Content type
Image
Digest
Size
79.7 MB
Last updated
about 9 years ago
docker pull cburki/chronograf