|
|
|
|
|
by felixyz
56 days ago
|
|
You have to be extremely careful when you set up a dev container, lock down file access, do not give the agent the power to start other containers or "docker compose up", restrict network access to an allow-list etc. Just running the agent in a container does little to protect you. (Maybe you know this, but a lot of people don't!) |
|
Good word of caution though, make sure you actually isolate when you set out to isolate something :)