How can I only keep image or its contain to run on my docker?

I have Windows 10 22H2, Docker 4.33.1
I run only one image on my system, its container running. then another image often automaticly comes down and runs its container (so, there are two container), and makes myself image’s container stop running.
How can I keep myself image’s container to run? Or, only keep myself image on my system?
Thanks,
George

I don’t understand the question. I understand you have two containers and I guess “comes down” means you periodically pull another image to run a container from it, but what happens then, I don’t understand. Does you first container stop when you run the second container?

How exaxctly do you run containers? You can run multiple containers on the same host so there is no general answer. You are doing something wrong, but we don’T know what you are doing.