Artur
Artur
> Mac OS 12.6, got testcontainers-go and Ryuk working with Podman. Below are the crucial steps: > > * `podman machine set --rootful` before starting > > * run reaper...
As mentiones in #2264: Maybe using '/info/' '/version' requests to determine if Podman is used. ``` ~> curl --unix-socket /var/run/docker.sock "http://v1.41/version" -s | jq '.Components' [ { "Name": "Podman Engine",...
Running into the same issue. The test I used to recreate the issue looks like: ``` import ( "context" "testing" "github.com/testcontainers/testcontainers-go" ) func TestPodman(t *testing.T) { ctx := context.Background() _,...
I debugged a bit: The current auto-detection of Podman looks for "podman.sock" within the socket name. This works with Podman on Linux, but when using `podman-mac-helper` for MacOS, the socket...
#208 describes a similar inconsistency for type annotations.