fpozzobon

Results 5 comments of fpozzobon

I've created a library with observable (strongly inspired from yours, I hope you don't mind about that :)) you can see it on https://github.com/fpozzobon/webstomp-obs I didn't want to create a...

Hi, any update on this thread? It seems that if we replace `/var/run/docker.sock` with DOCKER_HOST environment variable, this should make Podman compatible.

@baez90 could it be due to https://github.com/testcontainers/testcontainers-go/blob/6ba6e7a0e4b0046507c28e24946d595a65a96dbf/reaper.go#L64 in which NetworkMode Bridge is hard coded?

@kiview thanks for your feedback, it is indeed confusing as Podman is actually running via Qemu on Macos ([here](https://www.redhat.com/sysadmin/podman-mac-machine-architecture) a description of the architecture). That might be why it is...

fyi I found a way around to fix it for me by changing environment variables as follow: ``` export TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED=true; # needed to run Reaper (alternative disable it TESTCONTAINERS_RYUK_DISABLED=true) export...