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
I would appreciate it if you could provide a docker image, which is compiled for amd64.
Until now, when running the docker compose on an apple M1 or Raspberry Pi, there is an error standard_init_linux.go:228: exec user process caused: exec format error.
This error could be issued by several possibilities. One is the wrong docker image. This could also be issued by wrong script encoding or missing/wrong shebang.
Please take a look and make it runnable on the mentioned platforms.
The text was updated successfully, but these errors were encountered:
I would appreciate it if you could provide a docker image, which is compiled for amd64.
Until now, when running the docker compose on an apple M1 or Raspberry Pi, there is an error
standard_init_linux.go:228: exec user process caused: exec format error
.This error could be issued by several possibilities. One is the wrong docker image. This could also be issued by wrong script encoding or missing/wrong shebang.
Please take a look and make it runnable on the mentioned platforms.
The text was updated successfully, but these errors were encountered: