Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Apps will not load

Featured Replies

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.

Solved by JorgeB

  • Community Expert
  • Solution

Open terminal window, type

docker run hello-world

and post the results.

  • Author

Thanks, that did it.

 

  • 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.

 

 

  • 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'.

 

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.