{ claus.conrad }

Podman Desktop

https://podman-desktop.io/

  • Podman, running on a Fedora CoreOS [VM](…/Virtual Machine/), with a [GUI](…/Graphical User Interface/), for [development](…/Software development/) on macOS, [Windows](…/Microsoft Windows/) and Linux
  • Optional Docker compatibility layer
    • Mostly a drop-in replacement for [Docker Desktop](…/Docker Desktop/)

FAQ

Docker replacement for [Dev container](…/Dev container/)s in [VS Code](…/Microsoft Visual Studio Code/)

  • When using [Podman Desktop](…/Podman Desktop/), add the following to [VS Code](…/Microsoft Visual Studio Code/)'s settings:
    {
    	"dev.containers.dockerPath": "podman",
    	"dev.containers.dockerComposePath": "podman-compose"
    }
    
    JSON