-
Notifications
You must be signed in to change notification settings - Fork 485
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
error preparing container for attach: lsetxattr elasticsearch.yml operation not supported #509
Comments
this is not related to
|
@muayyad-alsadi , thanks for the fast answer. Problem solved. |
:Z might eventually be supported on a MAC(I hope this will happen when we move to virtiofsd). Anyways Podman will not make decisions on user or APIs asking for :Z. It will just attempt to relabel. |
Apparently I hit the same bug, on macos if the volume mount contains |
:z is not supported but without :z it is not permitted 😢 |
|
Hi all, any update/suggestion on this issue?
And if I appen ":z" to ./data:/var/lib/postgresql/data:z I get: Error: preparing container ... for attach: lsetxattr /Users/gion/projects/GiocoBank/data: operation not supported How can I start a simple posgresql container with a persistent database? Thanks for the help! |
I had similar issues. On my macbook m1, I had to remove the :z attribute in the command, and ensure the permissions were open on my local folder mapped to the container's folder for storage. |
Describe the bug
Running docker-elk from: https://github.com/deviantony/docker-elk fails to start.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ELK stack starts.
Actual behavior
ELK stack startup fails with error
Output
Environment:
The text was updated successfully, but these errors were encountered: