Docker Version Not Available (broken link)


Recommended Posts

Not sure if it was just a coincidence, but last week i installed Bazarr (linuxserver's version) and noticed that afterwards all my docker versions say Not Available.  

image.png.0b287fd7b55fa6b7306fdae49aebc924.png

 

I ended up deleting the Bazarr docker, but docker version didn't go back to normal.  I just tried restarting the server and it didn't go back to normal.  Dockers are still working normally.  

(attached diagnostics)

tower-diagnostics-20220718-0755.zip

Link to comment

I should mention i'm running 6.10.3

 

Edit:

I just tried tried using this method, and it didn't work

  

On 5/15/2021 at 4:34 AM, ephdisk said:

@kennygunit

I was able to SSH in to my server.  But this will only last until you reboot. 

sudo nano /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php

 

 

The permanent way would be to modify the boot via SSH:

 

sudo nano /boot/config/go

 

Paste this at the end:  (Shift Insert or Right Click)

 

# Fix Docker - Case Insensitive
sed -i 's#@Docker-Content-Digest:\\s*\(.*\)@#\@Docker-Content-Digest:\\s*\(.*\)@i#g' /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php 

 

Ctrl X and save then Reboot. 

 

 

All thanks goes to HyperV, Morthan, and ich777 ❤️

 

It came from this thread:

 

Edited by danimal86
Link to comment

You've got this line you added into the go file

# Fix Docker - Case Insensitive
sed -i 's#@Docker-Content-Digest:\\s*\(.*\)@#\@Docker-Content-Digest:\\s*\(.*\)@i#g' /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php

 

Remove it, reboot and try again

Link to comment
2 hours ago, Squid said:

You've got this line you added into the go file

# Fix Docker - Case Insensitive
sed -i 's#@Docker-Content-Digest:\\s*\(.*\)@#\@Docker-Content-Digest:\\s*\(.*\)@i#g' /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php

 

Remove it, reboot and try again

I removed it, check for updates - same

Rebooted, check for updates - same

 

no change

Link to comment
5 hours ago, AndrewZ said:

Try changing your DNS server to 208.67.222.222 and 208.67.220.220 instead of using your router.  Settings - Network Settings

The IPv4 DNS Server? how do i change it to two different ones?

 

Edit:

This did the trick!  I stopped my docker engine, and i came up with a spot to add multiple dns servers.  

image.thumb.png.ee174fbb1b2eff8b016ced2bdbdf131a.png

 

I changed it to this :

image.thumb.png.cfd6953026cfeb602e431a46f3af5eee.png

 

I checked for updates on the dockers and were back in business

image.png.ba815e52d6e086f28ccf543e811803be.png

 

 

I'd still like to know why this happened if anyone knows.  

Edited by danimal86
Link to comment
  • 1 month later...
  • 3 months later...
  • 1 month later...

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.