ftui
ftui copied to clipboard
Docker error
when I start the docker, I become an error:
standard_init_linux.go:219: exec user process caused: exec format error
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
I have the same problem
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