Use Rosetta in Podman

Testcontainers with Podman

define the following environment variables (or set docker.host in .testcontainers.properties for DOCKER_HOST)

export DOCKER_HOST="unix://$(podman machine inspect --format '')"
export TESTCONTAINERS_RYUK_DISABLED=true