HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FourSigma

no profile record

Submissions

The Filesystem Is the API (With TigerFS)

packagemain.tech
3 points·by FourSigma·vorige maand·0 comments

comments

FourSigma
·5 maanden geleden·discuss
I am pretty sure Apple containers on MacOS Tahoe are Kata containers
FourSigma
·6 maanden geleden·discuss
That is a great idea. Have you looked into Docker's Sandbox feature?
FourSigma
·6 maanden geleden·discuss
I've been exploring this space. There are some use cases where I'd love to run an isolated Claude agent asynchronously. I think running Docker in rootless mode might solve some of the OP's concerns—I believe Podman does this implicitly. Also, there are tools like Kaniko that does not need Docker to create container images. You can also try changing the underlying container runtime to something like gVisor if you want more security.

Does anybody have experience using microVMs (Firecracker, Kata Containers, etc.) for this use case? Would love to hear your thoughts.