Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman Desktop support #251

Open
lgfa29 opened this issue May 24, 2023 · 4 comments
Open

Podman Desktop support #251

lgfa29 opened this issue May 24, 2023 · 4 comments

Comments

@lgfa29
Copy link
Contributor

lgfa29 commented May 24, 2023

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.

@lvermeulen
Copy link

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

@lvermeulen
Copy link

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

Anyone?

@jrasell
Copy link
Member

jrasell commented Sep 12, 2023

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

@lvermeulen
Copy link

Thank you, @jrasell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants