Azure-Samples / azure-intelligent-edge-patterns

Samples for Intelligent Edge Patterns
MIT License
112 stars 136 forks source link

Error configuring the Cognitive Services Enpoint/Key (incl. solution) #127

Open ReneHezser opened 4 years ago

ReneHezser commented 4 years ago

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Expected/desired behavior

The endpoint and key will be saved and the available models loaded.

OS and Version?

Ubuntu 18.04

Versions

1.0.9.3

Solution

The docker/moby daemon needs to be configured to use a specific DNS server. See https://l-lin.github.io/post/2018/2018-09-03-docker_ubuntu_18_dns/

Create/edit the file /etc/docker/daemon.json and add your DNS server.

initmahesh commented 4 years ago

Thanks please add this to troubleshoot read me section