if I am running tests on Mac with Docker for Mac and I have Securely store Docker logins in macOS keychain option ticked I get following error
org.testcontainers.shaded.org.zeroturnaround.exec.InvalidExitValueException: Unexpected exit value: 1, allowed exit values: [0], executed command [docker-credential-osxkeychain, get], output was 26 bytes:
no credentials server URL
When I untick the option the error is gone (and I can't even reproduce it again).
Version: Docker Community Edition: 18.06.0-ce-mac70 (26399)
See https://github.com/musketyr/grails-aws-plugin-with-localstack for sample app
if I am running tests on Mac with Docker for Mac and I have Securely store Docker logins in macOS keychain option ticked I get following error
When I untick the option the error is gone (and I can't even reproduce it again).
Version: Docker Community Edition: 18.06.0-ce-mac70 (26399)
See https://github.com/musketyr/grails-aws-plugin-with-localstack for sample app