-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
running docker compose errors with Kafka #575
Comments
Worth adding the beginning of the logs leading to that:
|
Can you give your environnement for running the compose please? (macos, linux, ...) Seems that you don't write access on the host machine on |
Ah good point, I totally forgot that it is a mounted folder. |
Info: (same setup described here: https://docs.docker.com/engine/install/linux-postinstall/) Could I mount it instead as a docker volume to avoid the permission issue or maybe is there a parameter to change the kestra user to non root? |
We have unroot ed05baa the docker image in order to be deployed on more environment. If you have started the docker the permission will be wrong. |
Which image tag should I use with the unroot version? |
Yes, this one is unroot |
Okay I pulled that image from scratch but somehow the folder gets created again as root/root. |
Yes that was the case, by manually creating those folders via my local user (before starting the docker up), solved the problem! |
You have reason ... I'm hitting this very old issue moby/moby#2259 and there is no true workaround. |
Issue description
Hi there,
I am running the standard docker-compose provided in the tutorial, but Kestra doesn't start.
I am getting this error:
It seems to be related to Kafka but besides that I have no idea how to fix it.
The text was updated successfully, but these errors were encountered: