Accidentally reinstalled docker
-
I accidentally reinstalled docker and docker-compose since i was following a youtube tutorial but now that i have done that everything that was running under cloudron has stopped working probably due to docker missing proper configurations. Is there a way to get docker back up and running with the proper configurations?
-
I accidentally reinstalled docker and docker-compose since i was following a youtube tutorial but now that i have done that everything that was running under cloudron has stopped working probably due to docker missing proper configurations. Is there a way to get docker back up and running with the proper configurations?
-
@cumpal I think that means the Docker service isn't running. Can you run something like
sudo service docker start
to start it, orsudo service docker status
to get a status of it?