Hey Simon, given it's you ... are you concerned about LLMs attempting to escape from within the confines of a Docker container or is this more about mitigating things like supply chain attacks?
I think that threat is generally overblown in these discussions. Yes, container escape is less difficult than VM escape, but it still requires major kernel 0day to do; it is by no means easy to accomplish. Doubly so if you have some decent hygiene and don't run anything as root or anything else dumb.
When was the last time we have heard container escape actually happening?
simonw|5 months ago
Firecracker is meant to be secure but it's a lot harder to work with.
phrotoma|5 months ago
Scramblejams|5 months ago
zokier|5 months ago
When was the last time we have heard container escape actually happening?
mehdibl|5 months ago
Like it's also possible in a VM.
What about running non privileged containers! You need really to open some doors to make it easier!
aitchnyu|5 months ago
hmmokidk|5 months ago