CasaOS
CasaOS copied to clipboard
[Bug]: Docker is not running, try to start
What happened?
When installing a fresh CasaOS we faced with Docker is not running, try to start
error. (It was originally founded on the previous release)
Expected behavior: Install and run/start Docker without problem.
Reporter: @YoussofKhawaja
Screenshots
Can you run systemctl is-active docker
and post me a screenshot?
@jerrykuku here you go:
This looks like a Docker installation failure, but I can't get the real results of its installation, so that's why it appears. I will find a way to solve this problem.
i have the same issue; is your appstore working?
@Nick-0098 No, my App Store is not working.
@AuthorShin I solved the issue.
Open a terminal and install docker manually.
After that, run sudo systemct start docker
That's it
I run sudo systemctl enable docker
to make it launch at startup
From: https://discord.com/channels/884667213326463016/937284394681516082/1006752405666410516
@JohnGuan:
I wonder if it is possible for us to detect the docker snap in the script and then prompt the user on how to uninstall the existing docker snap?
@Hedius :
Hmm you could check if the command snap is available and then check if it is installed snap remove or so
The new install script should have fixed the problem, I will close it and if there are still any problems you can reopen it.