-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Install from source error #3007
Comments
while I use make command will get this error |
what docker/os version are you on ? you can remove the :delegated everywhere that's mostly for mac but should be a no-op on linux/windows. Although I never tried it on windows. |
os: CentOS Linux release 7.4.1708 (Core) docker: Client: Server: |
may I know how to remove delegated? |
https://github.com/grafana/loki/blob/master/Makefile#L72 Replace by
|
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
) * change: increase default cassandra RF to 3 and update docs Signed-off-by: Jacob Lisi <[email protected]> * update changelog Signed-off-by: Jacob Lisi <[email protected]> * update integration tests to use an RF on 1 Signed-off-by: Jacob Lisi <[email protected]>
docker run --rm --tty -i
-v /root/loki/.cache:/go/cache:delegated
-v /root/loki/.pkg:/go/pkg:delegated
-v /root/loki:/src/loki:delegated
grafana/loki-build-image:0.12.0 pkg/ingester/checkpoint.pb.go;
/usr/bin/docker-current: Error response from daemon: invalid bind mount spec "/root/loki/.cache:/go/cache:delegated": invalid mode: delegated.
See '/usr/bin/docker-current run --help'.
make: *** [pkg/ingester/checkpoint.pb.go] Error 125
The text was updated successfully, but these errors were encountered: