Chronograf
Docker image to run a Chronograf service
Contributing
- Fork this repo
- Perform your changes
- Submit PR
After merging your PR, I'll push the new image to the repo.
Notes
Pulling from DockerHub
docker pull jpinho/chronograf
Pushing to DockerHub
# optional
docker login --username=yourhubusername --email=youremail@company.com
docker push