Docker container is not running to other machime

we have some issue
we are build docker images and then running container which is working fine at same machine but when we are copying images to other machine and running container the application is not running

is any thing we need to set env variable

How did you copy the image on the other machine ?

My use : I push my image to docker hub then pull it on other machines OR i push my Dockerfile and docker-compose.yml to our self hosted GitLab instance then git pull on other machine and rebuild there the image.

Please give more detailled info like logs of your docker containers.