You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The nomad-driver-podman task driver is not available in Darwin or Windows binary format.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The
nomad-driver-podman
task driver is not available in Darwin or Windows binary format.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.The text was updated successfully, but these errors were encountered: