• Running integration tests with Testcontainers and Rancher Desktop instead of Docker Desktop.

  • Problem
    UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket).
    Root cause NoSuchFileException (/var/run/docker.sock)
    
  • Solution
    sudo ln -s $HOME/.rd/docker.sock /var/run/docker.sock