I am on Go SDK 0.8.1
I am trying to use docker:dind image as side car to support my java localstack tests which require docker. I have it running fine using something similar to the example here - https://github.com/dagger/dagger/blob/aacce090406f99fed23c969fcef769d532f2b587/core/integration/container_test.go#L3260
But it seems to invalidate my cache every time. I suspect that's because it generates a random endpoint every time. Is there a way to get around that?