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

[Feature] Optionally mount home as overlay #119

Closed
89luca89 opened this issue Jan 15, 2022 · 1 comment
Closed

[Feature] Optionally mount home as overlay #119

89luca89 opened this issue Jan 15, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@89luca89
Copy link
Owner

It could be useful to mount the home as overlay, for example while using the custom home functionality, so that we are sure that the home is not touched outside the container.

This is also useful for #28

Example:

distrobox create --image alpine:latest --name test-alpine --home /tmp/test-home --overlay-host-home

Specifically the home should then be mounted with the :O flag:

[...]
		--volume ${container_user_home}:${container_user_home}:O
[...]
@89luca89 89luca89 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 15, 2022
@89luca89 89luca89 removed the help wanted Extra attention is needed label Jan 30, 2022
@89luca89
Copy link
Owner Author

Closing this
It doesn't make a lot of sense nor in sanboxing optic, nor in normal usage

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

No branches or pull requests

1 participant