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.

fuzzaldrin

Members
  • Joined

  • Last visited

Solutions

  1. fuzzaldrin's post in Starting docker service stops server from being accessible was marked as the answer   
    🎉 RESOLVED 🎉

    OK so I managed to pinpoint that the container was still registered in docker however without any access to the console or terminal I couldn't remove the container or the offending network.

    I created a script in the User Scripts plugin to run every 2 minutes with the following:
    #!/bin/bash
    docker stop adguard
    docker container rm adguard -f
    docker network rm adguard_adguard
    echo Finished
    echo if an error shows above, nothing was removed

    I started the docker service from the setting and could immediately see the permanent ping I had running on the unraid admin console drop, waited for the script to run on schedule and immediately I saw the ping successfully respond. I opened a new tab and loaded the unraid admin console/GUI successfully!

    For the sake of anyone else that may run into this niche issue, I've included the output of the user script below, it shows the script run before the docker service was started and obviously failing to remove the network and container and then subsequently shows the script successfully run and delete the network and container:

    Script Starting Jan 23, 2026 21:36.01

    Full logs for this script are available at /tmp/user.scripts/tmpScripts/docker_remove_adguard/log.txt

    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    Finished
    if an error shows above, nothing was removed
    Script Finished Jan 23, 2026 21:36.01

    Full logs for this script are available at /tmp/user.scripts/tmpScripts/docker_remove_adguard/log.txt

    Script Starting Jan 23, 2026 21:38.01

    Full logs for this script are available at /tmp/user.scripts/tmpScripts/docker_remove_adguard/log.txt

    adguard
    adguard
    adguard_adguard
    Finished
    if an error shows above, nothing was removed
    Script Finished Jan 23, 2026 21:38.01

    Full logs for this script are available at /tmp/user.scripts/tmpScripts/docker_remove_adguard/log.txt

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.