Skip to content

Explain which features require $XDG_RUNTIME_DIR#72

Open
abitrolly wants to merge 1 commit intorootless-containers:masterfrom
abitrolly:patch-1
Open

Explain which features require $XDG_RUNTIME_DIR#72
abitrolly wants to merge 1 commit intorootless-containers:masterfrom
abitrolly:patch-1

Conversation

@abitrolly
Copy link
Copy Markdown

Fixes #70

to work properly:

The value is typically set to `/run/user/$UID` automatically by systemd or elogind on logging into the host.
* `docker run --cpus, --memory, --pids-limit`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not just them.
When the variable is unset, even the daemon refuses to start up
https://github.com/moby/moby/blob/v28.0.1/contrib/dockerd-rootless.sh#L49

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

Successfully merging this pull request may close these issues.

Most Rootless Containers need the $XDG_RUNTIME_DIR

2 participants