Using Testcontainers on Rancher Desktop

Recently I got back to learning Go and started working on some side projects. When it came to tests I needed to get my application up and running so it can be tested for real (I am not a massive fan of mocking*). I wanted to use testcontainers for that purpose as they play well with testing go application (and other languages too, check it out). And this is where my trouble started as I use Rancher Desktop for container management on my MacOS machine with Apple silicone....

August 18, 2024 · 1 min · Krzysztof