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

Rootless container thoughts #167

Open
Apollo3zehn opened this issue Dec 19, 2024 · 0 comments
Open

Rootless container thoughts #167

Apollo3zehn opened this issue Dec 19, 2024 · 0 comments

Comments

@Apollo3zehn
Copy link
Member

With podman it seems we have to ways to run rootless:

  • Either use a non-root user in the container and start it as root in the host system
  • Or run systemd service as specific user and then this user has root access in the container but non-root in the host ("user namespaces")

For this we need a data folder accessible by the non-root user which is now ~/.local/share/nexus/xxx.

grafik

But is this a good idea? To put together all kind of data? Previously settings.json was located under /etc/nexus because it is a settings file for Nexus itself, not for Nexus's content.

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

No branches or pull requests

1 participant