Replies: 3 comments 5 replies
-
|
Hi, add uid 10001 to the docker group (998) that has read/write access to docker.sock. |
Beta Was this translation helpful? Give feedback.
-
|
After upgrading Adding a new user to the host ( |
Beta Was this translation helpful? Give feedback.
-
|
try using: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Describe the bug
After the recent [commit f91a8b2](f91a8b2),
llama-swapcan no longer launch model containers when running Docker-in-Docker (mounting/var/run/docker.sock).Error:
Everything worked correctly before this commit introduced the non-root (UID 10001) runtime user.
✅ Expected behaviour
llama-swapshould still be able to start model containers via the mounted Docker socket when running inside Docker (DinD mode), just as it did prior to the UID/GID change.🧰 Operating system and version
ghcr.io/mostlygeek/llama-swap:cuda(latest post-f91a8b2)⚙️ My Configuration
docker-compose.yml
config.yaml (excerpt)
📜 Proxy Logs
📜 Upstream Logs
🧾 Diagnostics
Inside the container:
Host docker group ID = 988
The internal non-root user (UID 10001) is not a member of that group, so it cannot open the socket.
Beta Was this translation helpful? Give feedback.
All reactions