docker-php
docker-php copied to clipboard
🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
can you provide examples of executing this with docker compose?
Hi Team, I am using below approach on Alpine linux to build my PHP container. Approach: apk add --no-cache wget ca-certificates && wget -O /etc/apk/keys/phpearth.rsa.pub https://repos.php.earth/alpine/phpearth.rsa.pub && echo "https://repos.php.earth/alpine/v3.8" >>...
Can php8 be supported
``` /usr/lib/php/7.4/modules # php -m PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/lib/php/7.4/modules/gd (Error loading shared library /usr/lib/php/7.4/modules/gd: No such file or directory), /usr/lib/php/7.4/modules/gd.so (Error relocating...
Back-off restarting failed container Created container php-apache-6cb59 Error: failed to start container "php-apache-6cb59": Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/sbin/runit-wrapper\": permission denied":...
During the creation of my Dockerfile based on php7.2-lighttpd I am unable to run apk add phpunit (same goes for the documented nginx version). It just errors that its missing.
I am having a weird issue on a RHEL 7.4 box. Whenever I try to run a fairly simply docker container, it seems to successfully build except for a warning:...
Goodafternoon, When i try to use the litespeed image for php7.4 it returns a 404 not found. You can also see on your github page the tag returned a 404....
For `apache2` and `nginx` I know that I have to put my public code into `/var/www/html` but it doesn't seems working with openlitespeed. It seems after configuring itself it shuts...
https://www.php.net/releases/7_4_0.php https://www.php.net/ChangeLog-7.php#7.4.0