fix(docker): change sandbox user UID to 1001 to match host agent user #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sandbox-uid-1001"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: Sandbox containers run as UID 1000 but host agent user is UID 1001, causing permission errors on bind-mounted workspaces.
Solution: Change sandbox user to UID 1001 to match host.
Impact:
Breaking Change: Sandbox containers now run as UID 1001 instead of 1000. Existing deployments will need to rebuild containers.