Pavlina Drosos

Results 9 comments of Pavlina Drosos

I confirm I have the same issue.

It didn't work for me with save locally as file, but when I try today, it works, strange...

@alexplumb thank you for your answer and for the grant code! Your solution is very similar to my idea how to solve it, it's good to know that I am...

> If you are using VZ emulation (requires macOS 13.3+ Ventura), then you can also get it to work without administrative access by exporting 2 more settings: > > ```shell...

> > o.t.utility.RyukResourceReaper - Can not connect to Ryuk at localhost:32782 > > I don't think you have set the environment variables correctly if the error message still mentions `localhost`....

> @pdrosos is this still working for you ? I'm running Rancher Desktop, with VZ, without administrative credentials, and despite using your env vars its still not working. > >...

@jandubois for some reason this line stopped working, the inner command doesn't return anything: `export TESTCONTAINERS_HOST_OVERRIDE=$(rdctl shell ip a show vznat | awk '/inet / {sub("/.*",""); print $2}')` The command...

Hi @jandubois, @udf2457 Unfortunately restart didn't help, it was the first I tried. I am with Rancher Desktop 1.10.0 (latest), MacBook Pro M1, MacOS Sonoma. It's strange indeed why this...

Hi @Fonzerelli13 I had to add additional `Wait.forListeningPort()` strategy to my PostgreSQL testcontainer in order to work on my MacBook Pro M1. This was related to another Lima specific problem...