|
|
|
|
|
by figmert
45 days ago
|
|
> - No death by tapping y. You work on an isolated copy of your code in a fairly safe environment always so it becomes easy to get out of the way and just let the agent do its thing without potentially compromising your machine. Agents spawned by agentspace run containerized in yolo mode by default. > - Docker support inside the container via a docker-in-docker sidecar (Please note: `--docker` uses `--privileged` under the hood (required for DinD), so it's not a sandbox against actively hostile code. Use it for repos you'd trust on your machine anyway.) These statements are pretty contradictory. If dind has privileged access, then that means the agent has essentially root access (or access of the host user if rootless) |
|