No description
Podman rootless unconditionally resets XDG_RUNTIME_DIR to /run/user/<uid> if that directory exists, overriding any env var we set. Redirecting to /tmp is therefore ineffective. Instead, ensure /run/user/<uid> exists and is owned by the current user (using sudo if needed), mirroring what PAM/logind does for login sessions. All Podman runtime state (socket, events, netavark) then works correctly. Remove the now-unnecessary storage.conf/containers.conf writes and the inline env override on podman system service. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH |
||
|---|---|---|
| builder | ||
| docs | ||
| infra | ||
| proxy | ||
| server | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| plan.md | ||