Docker Troubleshooting
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