docker-php-nginx
docker-php-nginx copied to clipboard
Operation Not Permitted
I tried to run the container on a Raspberry Pi 4, but receive an "Operation not permitted." It seems related to python?
root@pi-02:/docker/nginx# docker run -p 49154:80 trafex/php-nginx
Unable to find image 'trafex/php-nginx:latest' locally
latest: Pulling from trafex/php-nginx
c6556b3b6858: Pull complete
59aa6169e2f0: Pull complete
c8a6ebd7429e: Pull complete
430f82032b19: Pull complete
857be4a76044: Pull complete
adb309884695: Pull complete
8e3e43cef476: Pull complete
eeae13862d71: Pull complete
cf9f1bad6ea1: Pull complete
da00d3543b8a: Pull complete
Digest: sha256:36899261c28e5c96503a3d97303acfe179f2ba91b9ae1b18eeda1387db1a94cf
Status: Downloaded newer image for trafex/php-nginx:latest
Traceback (most recent call last):
File "/usr/bin/supervisord", line 33, in
Thank you!