[Solved] After ZimaOS upgrade v1.4.3 - I am getting cannot connect to Docker daemon errors

According to the team, this is a known issue with the Docker service. We will release a fix. And before that, you can manually start it by

systemctl restart docker docker.socket

Useful steps for the CLI:

Enter CLI(Settings-> General-> Developer mode view-> SSH Access enable → Web-based terminal)

Log in

Run these commands after logging in:

# Switch to root

sudo -i

systemctl restart docker docker.socket

Look forward to your feedback.

1 Like