nomad-driver-podman icon indicating copy to clipboard operation
nomad-driver-podman copied to clipboard

Podman Desktop support

Open lgfa29 opened this issue 1 year ago • 4 comments

RedHat announced the general availability of Podman Desktop 1.0.

I quickly explored how it interacts with Nomad and Podman driver and I'm documenting the early findings here on macOS.

  1. Podman Desktop attempts to run in Docker-compatility mode using the podman-mac-helper script, which maps the /var/run/docker socket to Podman.

    This is a known issue that causes Nomad to incorrectly fingerprint Docker as available. While Podman CLI has a high degree of compatibility with Docker, the underlying APIs are rather different, which causes allocations to fail. image

  2. The nomad-driver-podman task driver is not available in Darwin or Windows binary format.

  3. The nomad-driver-podman task driver doesn't seem to work with Podman Desktop because the connection with the connection point to the Podman API is over SSH instead of a socket.

lgfa29 avatar May 24 '23 21:05 lgfa29

Is there any update on the availability of a Windows binary?

lvermeulen avatar Sep 08 '23 09:09 lvermeulen

Is there any update on the availability of a Windows binary?

Anyone?

lvermeulen avatar Sep 12 '23 09:09 lvermeulen

Hi @lvermeulen, there is no update currently; when there is someone from the team will post on this issue.

jrasell avatar Sep 12 '23 10:09 jrasell

Thank you, @jrasell

lvermeulen avatar Sep 12 '23 10:09 lvermeulen