-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create Image from Git project #123
Comments
Try adding this:
to Need to create a pr for this but short of time now. |
Same issue, comment above doesn't help |
Hi, This is working for us with the master version and the
You can also use docker-compose directly to build the service after this change: |
Yep, i was trying to do
|
Looks like the user and group of |
I too am having this problem. I clone the repo, checkout master, do I tried the chown above, but it had no effect. Any ideas? This is a great docker container. But I need to modify grafana/custom.ini slightly. |
This is what i did
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
The text was updated successfully, but these errors were encountered: