devpod icon indicating copy to clipboard operation
devpod copied to clipboard

Add podman provider

Open nnWhisperer opened this issue 3 months ago • 1 comments

Docker socket by default exposes too much permissions. Hence, just add a podman provider, which is a drop-in replacement except that it doesn't have a socket by default(it isn't an agent unlike docker). There are issues listed here pertaining to podman, hence it has a userbase here, let's make it official.

nnWhisperer avatar Oct 02 '25 19:10 nnWhisperer

There's actually already support for podman; it's a (mostly) drop-in replacement for Docker. You just configure "docker" to use the podman command instead, and that prompts devpod to make adjustments for podman.

mrudat avatar Oct 26 '25 11:10 mrudat

If built-in, it should just display as an official provider, otherwise nobody will use it.

MentalGear avatar Dec 06 '25 18:12 MentalGear