You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Running a container on the wrong architecture yields an error something like:
ch-run[121666]: error: can't execve(2): /sbin/ldconfig: Exec format error (ch_core.c:549 8)
This error is clear if you have the right obscure nerd knowledge, but most people don’t, and we get questions periodically about it. This issue is to clarify the error. Options include:
FAQ entry and/or hint (could trigger hint on errno == ENOEXEC).
Check the target executable somehow.
The text was updated successfully, but these errors were encountered:
Running a container on the wrong architecture yields an error something like:
This error is clear if you have the right obscure nerd knowledge, but most people don’t, and we get questions periodically about it. This issue is to clarify the error. Options include:
errno == ENOEXEC
).The text was updated successfully, but these errors were encountered: