Podman uses XDG_RUNTIME_DIR for its RunRoot, events dirs, and default socket path. Without it pointing to a writable location, podman fails with 'mkdir /run/user/<uid>: permission denied' even before the socket is created. Export it to /tmp/podman-<uid> when unset. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH |
||
|---|---|---|
| .. | ||
| .env.example | ||
| docker-compose.yml | ||
| Dockerfile.server | ||
| Makefile | ||
| start.sh | ||