CCWeb

Members
  • Posts

    3
  • Joined

  • Last visited

CCWeb's Achievements

Noob

Noob (1/14)

0

Reputation

1

Community Answers

  1. Dec 23rd Update: Apparently this a DNS settings issue and adding two external public DNS servers in Network Settings fixed the problem. ๐Ÿ™‚ Per Unraid support: In Unraid Network Settings (1) Enable Static DNS addresses (2) Add as #1 DNS: 208.67.222.222 (3) Add as #2 DNS: 208.67.220.220 ------------------- My Previous Workaround: I don't know if enabling IP6 is a solution, workaround, or it coincidentally resets something, but I enabled IP6 on my router, then selected "IP4 & IP6" in my Unraid network settings. As of now, it did the trick and Docker can now pull down what it needs from the internet. ๐Ÿ™‚ So far I've been able to download and install 3 of 4 Docker apps. 1 still can't find the repository it needs, perhaps this is a problem unique to that container. I may still have a Docker IP4 routing issue and I'll continue to investigate and confirm the connectivity of the installed apps from Docker, then post an update here. Thanks!
  2. I first posted this in the general installation forum, but thought maybe it would be better here in the Docker forum. (MODS, please feel free to edit or move as appropriate.) I'm new to Docker and Unraid, and I'm using them to set up a home server on a new mini PC. Unraid installs and runs well, including Unraid Connect, but I cannot get Docker to connect to the internet. Via the Unraid app page, I can install Unraid plugins, but have had no success in installing Docker containers. Each attempt fails with a "No Such Host" error message. (see example below) Per the troubleshooting guides, I've confirmed internet connectivity and confirmed the desired repositories are on line. The Fix Common Problems app reports no issues. I've tried every possible network settings change and combination I can find. I've even tried a fresh clean reinstall of the entire Unraid system to ensure all the defaults are properly reset. Any suggestions or ideas would be welcome. Thanks! ______________________ 12-21 Update: I enabled IP6 on my home router, then set my Unraid network to use both IP4 & IP6. Docker can now pull what it needs from the internet and I've successfully installed 3 of 4 apps so far. ๐Ÿ™‚ I don't know if IP6 was the fix, workaround, or enabled a coincidental reset. I'll continue to investigate and then test the functionality of my installed Docker apps then report back. ______________________ docker run -d --name='Home-Assistant-Container' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="SVR1" -e HOST_CONTAINERNAME="Home-Assistant-Container" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8123]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/balloob/unraid-docker-templates/master/balloob/home-assistant-icon.png' -v '/mnt/user/appdata/Home-Assistant-Container':'/config':'rw' 'ghcr.io/home-assistant/home-assistant:stable' Unable to find image 'ghcr.io/home-assistant/home-assistant:stable' locally docker: Error response from daemon: Head "https://ghcr.io/v2/home-assistant/home-assistant/manifests/stable": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Fhome-assistant%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.200.1:53: no such host. See 'docker run --help'. The command failed. ____________________ svr1-diagnostics-20231219-2222.zip
  3. Unraid / Docker Newbie here. My unRaid server connects to the internet just fine. Unraid Connect is installed and works just fine. I'm able to download and install plugins. However, I cannot install apps/containers into Docker. I keep getting "no such host" errors and the install(s) fails. (Error message and sys logs appended below and diagnostics attached) Any ideas or suggestions? Thanks! 12/23 Update: Apparently this a DNS settings issue and adding two external public DNS servers in Network Settings fixed the problem. ๐Ÿ™‚ Per Unraid support: In Unraid Network Settings (1) Enable Static DNS addresses (2) Add as #1 DNS: 208.67.222.222 (3) Add as #2 DNS: 208.67.220.220 12/21 Update: I don't know if enabling IP6 is a solution, workaround, or it coincidentally resets something, but I enabled IP6 on my router, then selected "IP4 & IP6" in my Unraid network settings. As of now, it did the trick and Docker can now pull down what it needs from the internet. ๐Ÿ™‚ --------------------------------------- 12/19 Update: I did a clean re-install of unraid on my computer to ensure all the defaults were set correctly. All internet connections outside of docker work normally. But when I go to install a docker container, the error I'm getting is "no such host". See the full sample error message below. docker run -d --name='Home-Assistant-Container' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="SVR1" -e HOST_CONTAINERNAME="Home-Assistant-Container" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8123]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/balloob/unraid-docker-templates/master/balloob/home-assistant-icon.png' -v '/mnt/user/appdata/Home-Assistant-Container':'/config':'rw' 'ghcr.io/home-assistant/home-assistant:stable' Unable to find image 'ghcr.io/home-assistant/home-assistant:stable' locally docker: Error response from daemon: Head "https://ghcr.io/v2/home-assistant/home-assistant/manifests/stable": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Fhome-assistant%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.200.1:53: no such host. See 'docker run --help'. The command failed. ____________________ svr1-diagnostics-20231219-2222.zip