Skip to content
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

[Suggestion] A way to specify container storage location and/or make it readable by user #1609

Open
chrisisbd opened this issue Nov 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@chrisisbd
Copy link

I am running distrobox 1.4.2 on a Debian 12 system, I'm running Ubuntu 18.04 in a container to provide a legacy python 2.7 environment.

There is one significant annoyance, the container files down in ~/.local/share/containers aren't all readable by the user where they have been installed. Thus whenever I issue a 'find' command I get a whole crop of permission denied messages which often rather overwhelm what I'm looking for.

Could there be a configuration option to set the directory for the container data? Then I could put it in /var or somewhere like that. Alternatively, is it really necessary to have the files owned by (non-existent) user 100000, can they not be owned by the installing user?

@chrisisbd chrisisbd added the enhancement New feature or request label Nov 9, 2024
@jamcinnes2
Copy link

Same issue here. This causes my backup program to complain that it can't read some of my files.

@chrisisbd
Copy link
Author

I have overcome this problem by using ACLs (setfacl command) so that I can read the files in spite of the basic permissions/ However I still think this issue needs to be fixed somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants