I hate docker exit codes.
for example:
126 - permission denied or can not execute command
127 - unrecognizable characters or improperly escaped characters or shell script syntax errors.
Why the fuck are these not broken up in to separate error codes?
Like.. getting 126.. either permissions on a file/directory are messed up or can't execute whatever command.
127 - just a fucking mess, good luck!