January 29, 20251 yr I'm reinstalling some apps on my Unraid server but it is giving me an error no matter which app I try to run. Messed with some settings and it still seems to not connect to pull the data. Below is my Nextcloud attempt, but it looks the same as all the others I've tried. Network is running fine. I've always had to try more than once for most apps, so I'm not sure what is going on. docker run -d --name='nextcloud-aio-mastercontainer' --net='bridge' --pids-limit 2048 -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="nextcloud-aio-mastercontainer" -e 'APACHE_PORT'='11000' -e 'NEXTCLOUD_DATADIR'='/mnt/user/nextcloud' -e 'SKIP_DOMAIN_VALIDATION'='false' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='https://[IP]:[PORT:8080]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/SpaceinvaderOne/Docker-Templates-Unraid/refs/heads/master/spaceinvaderone/docker_icons/nextcloud_aio.png' -p '7282:8080/tcp' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v 'nextcloud_aio_mastercontainer':'/mnt/docker-aio-config':'rw' --dns 1.1.1.1 --dns 9.9.9.9 'nextcloud/all-in-one:latest' Unable to find image 'nextcloud/all-in-one:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/nextcloud/all-in-one/manifests/sha256:6b98a08b44ac6c16ef3172d4e30b5d7c093c83581af0b76e20493da17c2f7732": dial tcp [2600:1f18:2148:bc02:22:27bd:19a8:870c]:443: connect: network is unreachable. See 'docker run --help'. The command failed.
January 29, 20251 yr Community Expert Solution Open terminal window, type docker run hello-world and post the results.
January 29, 20251 yr Community Expert That shouldn't fix anything, it was just to confirm whether docker was working or not, but glad it's resolved, maybe a temporary issue.
January 29, 20251 yr Author I guess I lied. It never started anything, but my network started working after that. Then it didn't again. It came up with an error. root@Tower:~# docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:d715f14f9eca81473d9112df50457893aa4d099adeb4729f679006bf5ea12407": dial tcp [2600:1f18:2148:bc02:22:27bd:19a8:870c]:443: connect: network is unreachable. See 'docker run --help'.
January 30, 20251 yr Community Expert There's a problem with the network or the docker subsystem, can you install a plugin when this happens?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.