Hi y'all,
I loaded Ubuntu 24.x LTS - and was pretty excited with I got everything loaded. But my excitement turned into sad-day fast.
Maybe somebody ran into this too?
Wappler says
Server: Docker Desktop is not runnng! OORRRR it might say offline (red).
If i hit deploy - it builds the container then says the not running
I've followed docker.com install for ubuntu page down to the T . Even uninstalled it and RE-Installed it.No luck. I did the systemctl command to start it. Nothing keeps it going. Im out of ideas.
This other error comes up as well
getting image info for undefined: connect EACCESS - appears in the lower right corner for about 6 seconds. Mentions that the docker.sock is in /var/run/docker - and it exists.
I have the exact same problem on Linux Mint 22 (which is based on Ubuntu 24) and I don't even know what is going on. It's annoying me really hard.
It must have something to do with the new Ubuntu version and I don't know what this may be.
Everytime I try to set the target for the local docker environment and when I press test connection. Everything appears to work.
When I press a second time onto it, the following happens:
If you don't care about Docker Desktop you can uninstall it and install the Docker provided by the maintainers of your Linux distro, the package is docker.io
This won't solve the issue at all.
A restart can't help here, when Wappler itself only recognizes a connection while pressing "test connection". Otherwise it does not recognize a connection.
Apparently I did wrong research, while trying to give out the permissions for /var/run/docker, the connection was still not able to be established.
For me the docker.sock is NOT INSIDE /var/run/docker.
There is a difference between /var/run/docker = a folder
and between /var/run/docker.sock = a .sock file.
George you were right, I just did not watch out enough for the right type of the file apparently.
(Thank you very much, you saved the day [maybe even the year] for me; along with the error logs from Wappler which appeared after reinstalling the whole docker engine following this guide: Ubuntu | Docker Docs and this guide: Ubuntu | Docker Docs)
@jndaniels0
Make sure that your docker.sock is really in the /var/run/docker folder or rather just in the /var/run directory.
This is where you have to change the permissions so Wappler will be able to start docker itself.
Hi @George
All of that exists including the socket ALTHOUGH, i think i forgot to add myself to the docker group. I will run thru these items once again.
@R4v3n
Looks like we are having the EXACT same issue. Please if you find a fix before i do , please share
And save the file. Now you should have the two shortcuts I have shown above..?
All good?
OK. Now open your applications menu, the one that shows all your installed applications and you should now see the icon there for Docker Desktop. Click this and see if Docker Desktop opens for you?
Never had to do this! If Docker is correctly set-up you should not have to... Only thing you should do is add the group. Not sure why you have to do what you have outlined above but maybe that is a Mint thing...?
Sometimes a quick restart helps especially with anything that sets Operating System Environmental variables. Most important thing is you have everything working.