Docker Troubleshooting

From NovaOrdis Knowledge Base
Revision as of 20:17, 2 May 2018 by Ovidiu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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