Docker ps status Exited (255)

Hello,

I am new to Docker. I have a Spring Boot application running a job. When I start the app everything works fine except, it exits with status 255 after running for say 30 mins. After the job finishes it will sleep for sometime. However, the job is not even completing.

$ docker ps -a
CONTAINER ID        IMAGE                     COMMAND                  CREATED             STATUS                        PORTS               NAMES
92ea2d2a31fb        dependency_analysis       "/bin/sh -c 'exec ..."   2 hours ago         Exited (255) 33 minutes ago                       brave_cray
$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.11.6
BuildVersion:	15G17023

$ docker --version
Docker version 17.09.0-ce, build afdb6d4

$ docker-machine --version
docker-machine version 0.12.2, build 9371605

I don’t see any error in the container logs. Did a little bit of research for exit status 255 but couldn’t find anything helpful.

Any ideas what the status means and how I can debug this issue on my end?

Thanks in advance for your help.

Regards,
Ravi H