Error 225 to run api_gateway container #3
Answered
by
Jonjinadsf
Jonjinadsf
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Jonjinadsf
Jul 17, 2025
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Jonjinadsf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Ok, problem solved, The problem is Windows line endings (CRLF - \r\n) in the shell script. You can see \r\n in the hexdump output. Linux expects Unix line endings (LF - \n only).
Change the code in Docker file of api_gateway by adding a line to remove line ending will solve this problem: