Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker error #31

Open
christianeuropa opened this issue Feb 25, 2022 · 3 comments
Open

Docker error #31

christianeuropa opened this issue Feb 25, 2022 · 3 comments

Comments

@christianeuropa
Copy link

when I start the docker, I become an error:

standard_init_linux.go:219: exec user process caused: exec format error

@evilmumi
Copy link

any news on that?
docker run -d -p 8787:80 -v /opt/ftui/data/index.html:/usr/share/nginx/html/index.html --name ftui3 knowthelist/ftui WARNING: The requested image's platform (linux/arm) does not match the detected host platform (linux/amd64) and no specific platform was requested 92776f7b28abc47e98554e0e1423a52ea6933b9a7ed2457edb2db31429694a12

@Fillip38
Copy link

I have the same problem

@Sturi2011
Copy link

Hi,

the error states:

The requested image's platform (linux/arm) does not match the detected host platform (linux/amd64)

This means its a Image for an Arm CPU (raspberry pi).

You have to build the docker image from dockerfile. It will pull the right ngix:alpine

Greetings

Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants