For Docker >= 1.10 see this PR, which follows standard chroot exit codes:
125:docker runitself fails126: contained command cannot be invoked127: if contained command cannot be found128 + nFatal error signaln:130=(128+2)Container terminated by Control-C137=(128+9)Container received aSIGKILL143=(128+15)Container received aSIGTERM
Check the man page of signal for the full list (on cmd type man 7 signal or check online e.g. signal).
Check Docker’s exit status documentation for more information about the current version.