yao/tai/runtime
Max c987bd687f fix(sandbox): pass explicit user to docker exec for UID-mapped containers
After tai sandbox containers start as root with dynamic UID mapping,
docker exec defaults to root. Add User field to ExecOptions and
hardcode "sandbox" in Box.Exec/Stream to ensure commands run as the
correct user.

Made-with: Cursor
2026-04-13 18:26:41 +08:00
..
client_accessor.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
docker.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
docker_core.go fix(sandbox): pass explicit user to docker exec for UID-mapped containers 2026-04-13 18:26:41 +08:00
image.go feat(sandbox): enhance sandbox configuration with display name and identifier updates 2026-03-14 18:32:09 +08:00
image_docker.go feat(sandbox): enhance sandbox configuration with display name and identifier updates 2026-03-14 18:32:09 +08:00
image_k8s.go feat(sandbox): enhance sandbox configuration with display name and identifier updates 2026-03-14 18:32:09 +08:00
k8s.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
local.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
runtime_test.go feat(tai): refactor Dial* functions and remove requireKubeConfig hard-fail 2026-03-12 15:44:24 +08:00
sandbox.go fix(sandbox): pass explicit user to docker exec for UID-mapped containers 2026-04-13 18:26:41 +08:00