-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose up fails #210
Comments
Hey @okriso Can you run the following commands, create an issue and paste the output here: https://github.com/SensorsIot/IOTstack/issues This repo is abandoned and not maintained, so use the other in the link.
Here's my outputs:
It appears that you have a local DNS server (Are you using PiHole or BindDNS?) and that's not resolving to docker.io's IP address. You should be getting a list of IP addresses like I have for docker.io |
@Slyke - @okriso also asked this question on Discord. My theory on this is that the RPi running IOTstack normally runs PiHole, and that PiHole was not "up" when compose tried to connect to Dockerhub. See https://discord.com/channels/638610460567928832/638610461109256194/768438533429788672 |
Hello... I have recently set up the IOTstack and firstly loving it, and i have had it working for around 2 months with no problems. Using the instructions on GITHub i also installed a custom container for my unifi controller.
Today, i noticed that there was an updated openhab image (2.5.9). I updated the compose file to reflect 2.5.9 from 2.4.0 AND i updated the "ports:" for my unifi service to the below. I changed the port setting so there were no conflicts between unifi and openhab.
When i then run the up command i get the below error and i cannot figure out how this happened. i am happy to problem solve this, just need a little guidance on where to look, thanks in advance.
pi@HomePi:~/IOTstack $ docker-compose up -d
Pulling portainer (portainer/portainer:)...
ERROR: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.88.210:53: read udp 192.168.88.210:47109->192.168.88.210:53: read: connection refused
(unifi) ports:
- 9080:8080
- 9443:8443
- 9880:8880
- 4478:3478
The text was updated successfully, but these errors were encountered: