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 you mean you removed all docker data as well? entire
/var/lib/docker
was nuked? -
@cumpal Do you see cloudron's docker images if you do
docker images
? -
@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? -
I think it might be easiest to start over. Generally, this is also why we don't recommend doing other things on the installation, it's hard for us to support.