Issues with Docker starting correctly on TrueNAS ElectricEel-24.10.1

Hi Everyone, Merry Christmas to you all :slight_smile:

Have an issue with Docker through the Truenas web interface after upgrading to 24.10.1. It appears that when clicking on ‘Apps’ I get a Critical Error message " Failed to start docker for Applications: Docker service could not be started"

No Apps deployed using TrueNas Applications installation in Docker are showing ’ Applications are not running’.

However, if I SSH into the server and run ‘docker ps’ All the apps are running and the docker service is operating with no issues, running all dockers deployed on the server!

Does anyone else experiencing this issue, or know how I can diagnose and possibly fix the problem, please?

Much appreciate anyone’s help.
Gary



Apparently there are updates to installed apps, but I have no way of updating them.

Having the same issue, did you find any solution?

Hi, this is my first time posting so excuse me if the formatting is poor.
However I may have found a fix. In the shell I typed:
journal -u docker
After a bit of scrolling, there was a long list of errors stating
failed to query external DNS server" client-addr=" udp:172.16.0.0"

  1. Remember that address
  2. Exit shell
  3. Go to apps
  4. Click configuration in top right
  5. Settings
  6. My previous base was 172.17.0.0/12/24. I changed it to 172.16.0.0 to match the logs.

After about 30 seconds, the apps appeared. I am not very familiar with networking or linux in general so I am not positive if this will break anything else. It seems to have worked for me and I have not noticed any other problems.

2 Likes

Had this issue.
Didnt even bother checking my journal, gambled and just changed my base from 172.17.0.0/12/24 to 172.16.0.0.
A minute or so later, app list refreshed listing all the apps. All is well.
Thank you.

3 Likes

This was my issue on a net new install of EE. Changed 172.17.0.0 to 172.16.0.0 and app services started up. Much thanks!!

1 Like