Open sametdoksanoglu opened 1 year ago
I don't have an experience of running Podman in Kubernetes.
But the error message states that Testcontainers searches docker.sock at /var/run/docker.sock instead of /run/user/$UID/podman/podman.sock. Make sure environment variables DOCKER_HOST
and TESTCONTAINERS_RYUK_DISABLED
are set.
Hi, As you know, kubernetes decide to remove docker shim starting from 1.25. We were using docker in docker image in jenkins to run docker commands in previous kubernetes versions. But after 1.25, it is not possible I used pod below to run testcontainers tests with maven and define environment variables
it gave the error /var/run/docker.sock: no such file or directory. Do you think podman can replace docker in terms of testcontainers usage in kubernetes 1.25+?