Sign inSign up

cburki/chronograf

By cburki

Updated about 9 years ago

Chronograf container.

Image
0

6.4K

cburki/chronograf repository overview

Summary

Chronograf server image. Chronograf is a web application for exploring time series data stored in a InfluxDB database.

Build the image

To create this image, execute the following command in the docker-chronograf folder.

docker build -t cburki/chronograf .

Run the image

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

Tag summary

Content type

Image

Digest

Size

79.7 MB

Last updated

about 9 years ago

docker pull cburki/chronograf