I just installed the latest Portainer on the latest docker and it is having issues connecting to local
Here is the related link. The fix is outlined in one of the posts here. Anyway this will impact my previous docker article here. So I wrote this up quick to address the fix.
systemctl edit docker.serviceThen run this…
Add this part above the line ### Lines below this comment will be discarded:
[Service]
Environment=DOCKER_MIN_API_VERSION=1.24
Save the file and exit
Then restart docker…
systemctl restart dockerHope this helps it did for me.
