Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1

I have a docker container with nginx. I run it on a macbook with an M1 chip and get the io_setup error() failed (38: Function not implemented).

like image 438
Ilya Avatar asked Dec 09 '25 19:12

Ilya


1 Answers

As said in the comments, you just have to run an NGINX arm64v8 image with:

docker run -d -p 8080:80 arm64v8/nginx

You can then check that it's correctly running with:

curl localhost:8080
like image 110
Ortomala Lokni Avatar answered Dec 11 '25 07:12

Ortomala Lokni



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!