Local packaging image startup issue

how to solve this problem?
docker run image:
/usr/local/bin/docker-entrypoint.sh: line 115: /usr/bin/vault: cannot execute binary file: Exec format error

Hello,

Is this a custom docker image that you built?

Often times this error means that the vault binary within the docker image is not compiled for Linux.

1 Like

Thanks for your reply!
I tried to compile the image locally, but as soon as it reached build.sh, an error occurred
image