5 ms·
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!
by ConorSheehan1 2mo 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!
- boorang 2mo agoUnless 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.
- TomK32 2mo agoThey only do if you give your container that file system as a volume.