Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 253 words in the discussion.

Trending Topics

#podman#microsandbox#https#containers#might#more#smolmachines#announcement#shared#delayed

Discussion (8 Comments)Read Original on HackerNews

darcien•2 days ago
Anyone have context on why this announcement from 2025 is shared? Seems like it's delayed and have not been released yet?

https://blog.podman.io/2026/05/podman-6-release-delayed/

DavideNL•2 days ago
The announcement is from May 4, 2026 ?
anticorporate•2 days ago
I think OP meant the subject link. The 2026 link they shared was as evidence of the delay.
freedomben•2 days ago
I love podman and use it extensively, but am less sure how useful the machine functionality will be (to me). I use KVM (with virt-manager) extensively, and I could see how treating VMs as ephemeral like containers might be nice for some workflows, but for me I want my VMs to be stateful as they are now. Anything I want container workflow for I just use containers. I don't do any Windows though, all linux.

I might actually find machines useful for testing some old wordpress instances that I'd love to be able to iterate on with a full systemd and everything on the same machine (because that mirrors how prod is set up). I might dig into this use case a little deeper.

What are some things people would use this for?

jchw•2 days ago
I believe this is primarily for running Podman on macOS and Windows, where you need to run everything through a VM for anything to really work.
apitman•2 days ago
One area this is desirable is AI agents. Often you just need to spin them up for quick ephemeral tasks, but you want more isolation than containers give you. I'm still looking for a good solution here. A cool one I've been playing with recently is https://smolmachines.com/
mgrandl•1 day ago
I can recommend microsandbox. More mature than smolmachines. I have tried both.

https://github.com/superradcompany/microsandbox

apitman•about 21 hours ago
I actually just found microsandbox this morning and it looks really solid. One thing it's lacking is GPU support. With smolmachines you can use Vulkan through virtio-gpu/Venus which is quite nice. Can you give more details on what you prefer about microsandbox?