@girish I'm not. I'm self hosting. It's running on a Ubuntu 20.04 Server install on a Synology 1517+ with Intel Processor. It's got 4 Cores and 6GB of memory for now.
D
DadsHockeyLife
@DadsHockeyLife
Posts
-
Cloudron Install fails. -
Cloudron Install fails.I had this same issued today as I tried to install on a fresh Ubuntu Server install (20.04). The fix I found was this....
https://appuals.com/cannot-connect-to-the-docker-daemon-at-unix-var-run-docker-sock/
I use Termius for terminals, so while the original install was running, I opened a new terminal to the server and ran the following commands....
sudo systemctl unmask docker
systemctl start dockerI then went back to the install (log) window and BAM! It was installing like a champ. I might have to do the --redo command, but I'll check after it's done installing.
Hope this helps someone...Cheers!