Closed thezoggy closed 1 year ago
Have tou try to docker rm and they restart it ?
I mean start a new containers from the same image
it looks like when you 'edit' the docker in unraid it does just that.. remove old one to rebuild. which is why it works. but stopping the container then starting it doesnt work because it doesnt stop cleanly
I run this docker on unraid 6.8.3 (havent touched it in awhile).
At times if I stop the docker it doesnt shutdown cleanly and on tosses up the error about X server lock still existing. Then with
--restart="on-failure"
set on the docker it will get stuck in restart loop.I can edit the docker then start to 'fix' for that instance and it works fine. Which I'm guessing is pruning out the tmp lock..
Testing this in controlled manner to replicate, docker is running.. now stopping via cli:
Starting docker via unraid via unraid gui it shows 'started'. However looking at the cli I see its actually just in a restart loop:
and logs just show:
and trying to connect to docker fails