I resized my Digital Ocean server and docker is not connecting anymore.
Accessing the console on Digital Ocean, and typing: docker -ps I receive this error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Did anyone face this problem before?/
On Wappler manager for docker machines, I just have this below:
Hey George! I’m not using floating IP! How to check if the IP changed?
The IP I have on DO panel is the same of the Wappler target config…nothing changed…
The server is running, I can access via console. But the application is not accessible in the browser because the docker is stopped and it is not restarting anymore.
INFO[2021-11-19T17:18:44.246115949Z] Starting up failed to start daemon: Unable to get the TempDir under /var/lib/docker: mkdir /var/lib/docker/tmp: no space left on device
There was no space in one folder (vda1), I cleaned with:
sudo find /var/log -type f -delete sudo rm -rf /var/cache/apt/* sudo apt clean all
And then sudo systemctl restart docker
Docker running again! So I redeployed and all working now!
Phew!!