ftui icon indicating copy to clipboard operation
ftui copied to clipboard

Docker error

Open christianeuropa opened this issue 3 years ago • 3 comments

when I start the docker, I become an error:

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

christianeuropa avatar Feb 25 '22 12:02 christianeuropa

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

evilmumi avatar Nov 30 '22 21:11 evilmumi

I have the same problem

Fillip38 avatar Dec 22 '22 23:12 Fillip38

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

Sturi2011 avatar Jun 05 '23 10:06 Sturi2011