container are stop/kill/pause with container name or with container id
can you run the command docker ps -a and share this details
this will list all container which are there and from this you can do docker stop ‘container id’
I have also faced the problem in the past. The only way to stop this kind of “zombie” containers was to look for the parent process and afterward kill it manually.
You have to get the container ID through docker ps first and then