Description
This is what i did
- checkout the git repo (from master)
- run the command: docker build -t rc/graphite-grafana .
once the image is done, i changed the docker-compose.json to refer to my new image. Now i run the command: make up. The containers are up, but there is no UI
if i use the kamon/graphite-grafana things work very smooth. Any help?
when i do make tail --> i dont see any errors.
infact when i take kamon/xxx image and rename it and use this renamed image the grafana ui comes up but i see a lot of errors in make tail
2018-06-06 14:01:08,313 INFO success: export-datasources-and-dashboards entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-06-06 14:01:19,604 INFO exited: export-datasources-and-dashboards (exit status 1; not expected)
2018-06-06 14:01:20,606 INFO spawned: 'export-datasources-and-dashboards' with pid 9662
2018-06-06 14:01:21,608 INFO success: export-datasources-and-dashboards entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-06-06 14:01:32,884 INFO exited: export-datasources-and-dashboards (exit status 1; not expected)
2018-06-06 14:01:33,886 INFO spawned: 'export-datasources-and-dashboards' with pid 9724