Docker Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Docker =exec format error= standard_init_linux.go:190: exec user process caused "exec format error" Caused by the fact that the shell scr...")
 
(No difference)

Latest revision as of 20:17, 2 May 2018

Internal

exec format error

standard_init_linux.go:190: exec user process caused "exec format error"

Caused by the fact that the shell script used as entrypoint has an incorrect shell specification line:

#/bin/bash

instead of

#!/bin/bash