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.

no docker container will run

Featured Replies

I gave up ….

I’m just testing to move from OMV to unraid.

Very important form e are to migrate all my docker containers.

As first sept I installed portainer without any issue, top!

After this I started to migrate my mosquitto container. So I moved my config folder to the app folder and to be save I run the tool „New Permissions“ and  disabled the cache for appdata.  I setup a new stack in portainer and run it.

This is my stack/compose file:
 

services:

  mosquitto:

    container_name: "mosquitto"

    image: "eclipse-mosquitto:latest"

    volumes:

      - "/mnt/user/appdata/mosquitto/config/mosquitto.conf:/mosquitto/config/mosquitto.conf"

      - "/mnt/user/appdata/mosquitto/data:/mosquitto/data"

      - "/mnt/user/appdata/mosquitto/log:/mosquitto/log"

      - "/etc/localtime:/etc/localtime:ro"

    network_mode: bridge

    ports:

      - "1883:1883"

      - "9001:9001"   

    restart: always

So very simple

The container started but mosquito wont run. The log shows the error: “No log line matching the '' filter” – so not able to write to log file.

I tested some other container/config, no one will run.

I think I have an issue with the access rights to the files/folders.

But I don’t know how to fix it …

What can I do?

 

 

 

Solved by portboy

Do the following:

  • Remove all the docker containers.
  • Delete all the appdata container folders.
  • Re-install docker containers again.

Do not run the "New Permissions" the appdata folder permissions are controlled by the docker containers and running "New Permissions" will create issues with the container permissions.  The docker containers will handle the permissions.

  • Author

Thanks!

I've done this several times without success.

To test my UNRAID config I used the App "mosquitto official" which installs a docker container too.

No success. The app just create folders but no config. So the container don't start.

 

It's very strange. I think I must have a faulty UNRAID config wich is the real root cause.

But where ....

 

  • Community Expert
6 minutes ago, portboy said:

It's very strange. I think I must have a faulty UNRAID config wich is the real root cause.

But where ...

You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread so we can check how you have things set up.

  • Author
  • Solution

I was on vacation, so thats why my answer needs time.

I found the reason. The root couse was sitting in front of the computer. I made I mistake in the docker conf.

So my containers are all running correctly.

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.