You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claim volume mountpoints via image entrypoint, stop destroying shared state
Fresh Docker named volumes mount as root:root under sysbox-runc even when
the image path is pre-owned, so ~/projects was unwritable on first start.
Chown it (plus /mnt/home-persist, /mnt/shared) from a real entrypoint
script that execs into /sbin/init, replacing the Terraform-side sudo dance.
Also drop stale docker_volume.shared / docker_volume.home_persist addresses
from existing workspaces' tfstate via `removed { destroy = false }`, so
prior-template workspaces stop trying to delete the real shared volumes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments