HackerTrans
トップ新着トレンドコメント過去質問紹介求人

FourSigma

no profile record

投稿

The Filesystem Is the API (With TigerFS)

packagemain.tech
3 ポイント·投稿者 FourSigma·先月·0 コメント

コメント

FourSigma
·5 か月前·議論
I am pretty sure Apple containers on MacOS Tahoe are Kata containers
FourSigma
·6 か月前·議論
That is a great idea. Have you looked into Docker's Sandbox feature?
FourSigma
·6 か月前·議論
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.