Post #2021443
2026-05-04 09:36 UTC
@bohwaz yes, using podman/docker will be much easier at the expense of extra startup time; for long-running containers this is usually fine but when the container should be a quick task its limiting. Is writing a wrapper script around crun an option for your use case? 😕
If you’re looking to do something like what “function as a service” platforms do, I hear wasm containers with wasm runtimes have very fast startup times, but I haven’t tested that (and it requires running only wasm workloads which is a big limitation)
Replies (1)
-
@bohwaz@mamot.fr 2026-05-04 09:55
@meli I'm wondering if using bubblewrap or firejail instead might be the right solution for my use case. Might be easier.