-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Can't enable plugin on server on Ubuntu 18.05 #2147
Comments
I have same issue. |
i had the same issue, but i got around it when i just updated the plugin
|
seems like there is an issue with latest and empty mount. #2054 is probably why. |
In the meantime you can do this:
If you want to use latest. I'm thinking about what should be the final solution. |
@bkmit #2054 seems to cause problem with some version of docker and/or OS. I feel like we have a new way to include pipeline via log-opt and we should advertise this instead. https://github.com/grafana/loki/tree/master/cmd/docker-driver#pipeline-stages I'm going to remove the mount in the spec and document how to reproduce it locally. If you still want to use the old image you can use this tag |
Yes, this works. |
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. |
Can't run loki docker plugin
To Reproduce
Steps to reproduce the behavior:
expects that plugin enabling but got this error
Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused "rootfs_linux.go:58: mounting \"\" to rootfs \"/var/lib/docker/plugins/cae5c01a8057d45dccac67b5d67f78b9ac77d02461f814b897172945cb913fc5/rootfs\" at \"/var/lib/docker/plugins/cae5c01a8057d45dccac67b5d67f78b9ac77d02461f814b897172945cb913fc5/rootfs/data\" caused \"invalid argument\""": unknown
docker plugin enable loki do same error
The text was updated successfully, but these errors were encountered: