Remix.run Logo
ConorSheehan1 4 hours ago

Containers don't even really help that much because they share the host file system. Need a VM, and even then, agents have escaped them!

TomK32 31 minutes ago | parent | next [-]

They only do if you give your container that file system as a volume.

boorang 4 hours ago | parent | prev [-]

Unless i'm misunderstanding, the only way to get durable collaboration with agents is via the file system. I just mount the subdirectory that contains the source code we are collaborating on, rather than my home directory that contains my .ssh directory, etc.