Removed rancher-server container gone - how to restore?

Hi Guys,
unfortunately I have stopped the rancher-server with “docker stop”. The container is now gone. Is there any chance to find the container in the system? I have backups from cattle and mysql - but I’m a newbi with rancher-server. It was already set-up and I tried to upgrade it from 1.6.25 to 1.6.26.Other containers like ipsec-containers and healthcheck are still there.

The container restarted about 10 minutes later again. A kind of “starting process” where docker ps is not showing the status

docker stop doesn’t delete the container; docker ps hides stopped containers, add -a to see all.