-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Permission denied on start #226
Comments
Hi, @Moulde! Thank you for opening this issue! First of all, check that your sudo chown $(id -u):$(id -g) keys
chmod 644 keys If you still having issues after this, tell me and I'll check it more carefully! |
Hi @cdalvaro sorry about the delay. I was not able to get it to work. I keep getting permission errors for the master.pem file.
I successfully changed ownership of
|
This seems to be related with: saltstack/salt#65093 But it only happens on macOS. |
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
There is an issue related with salt-key and using a mounted directory as destination. See issue Permission denied on start #226
Hi @Moulde, this issue should be fixed in image Please let me know if the issue persists. And thank you for opening this issue! |
Describe the bug
When i try to start the container using the docker-compose file, I get permission denied errors
I also tried starting the container with this command, but same output.
To Reproduce
Clone repo and do
docker-compose up
Expected behavior
The container should generate keys etc and start.
Additional info
Version report (please complete the following information):
uname -a
]Darwin MBP 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:55:06 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6020 arm64
docker --version
]Docker version 25.0.2, build 29cf629
3006.6
]ghcr.io/cdalvaro/docker-salt-master:latest
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: