I have a weird problem.
I’m running docker, client and server both 20.10.7
, on a ubuntu server, 20.04.2 LTS, and have had docker running with multiple containers for a while.
I installed docker-compose and well broke my current docker somehow.
My current containers are still running, able to access plex on 192.168…/3400, however when i type ‘docker ps’, in the terminal i get no containers.
If i set up a container, e.g portainer, it is listed under docker ps, however I’m unable to access it @ 192.168…/9000. The webpage just says unable to connect.
I have removed docker-compose and yet unable to modify the containers in any way while they are accessible. The new containers i can modify, and are not accessible.
I don’t know how to fix this.
Any help would be appreciated.
Thank you.
Edit:
‘docker ps -a’ now shows no containers running. Ive removed volumes, images and containers.
This has had no effect on my old containers, plex. They are still running and I’m able to access plex outside the network.
Edit:
Final thing i want to try is restarting docker itself. Because if it restarts without the current containers that are running, well, it means setting them all up again and it’s something i want to avoid doing in the near future if at all possible.