I can pull the image and run it but when i run docker ps i get an empty table , and
docker ps -a shows that earnapp container has exited, when i run docker exec -it earnapp earnapp showid it tells me Error response from daemon: Container 1240dd9167b18af68f9a926ab3c0d26b74e039884611ec2bda00bfe0a81c5e60 is not running
I can pull the image and run it but when i run
docker ps
i get an empty table , anddocker ps -a
shows that earnapp container has exited, when i rundocker exec -it earnapp earnapp showid
it tells meError response from daemon: Container 1240dd9167b18af68f9a926ab3c0d26b74e039884611ec2bda00bfe0a81c5e60 is not running
please help