Library doesn't work with docker desktop v4.7.0
Closed this issue · 2 comments
danioo commented
When updated docker desktop to v4.7.0 he library stopped working and throws exceptions:
Squadron.ContainerException : Error in ImageExists: mongo:latest ---- Docker.DotNet.DockerApiException : Docker API responded with status code=BadRequest, response=400 Bad Request
Steps to reproduce the behavior:
- Update docker desktop to v4.7.0
- Run tests using squadrom's mongo instance
Desktop (please complete the following information):
- OS: Windows 10
- Version 21H1 (19043.1466)
RohrerF commented
I experienced the same issue
after updating Docker.DotNet to the latest Version, the tests in this repository work again on my machine.
Created PR #115
Carael commented
Fixed in newest preview release 0.15.0-preview.3. Closing this issue.