jihoonson commented on pull request #10386: URL: https://github.com/apache/druid/pull/10386#issuecomment-693936882
> `Could not set docker host IP - integration tests can not run` @mitchlloyd it seems like you need to export `DOCKER_IP`. Please check out [our doc](https://github.com/apache/druid/tree/master/integration-tests#integration-testing-using-docker) for more details. > Pulling druid-zookeeper-kafka (druid/cluster:)... > pull access denied for druid/cluster, repository does not exist or may require 'docker login': denied: requested access to the resource is denied This error seems like you need to run `docker login`. Have you installed docker desktop? Then you can just run `docker login` in your terminal. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
