php 5.6 apache image
923
Docker image with old php 5.6 running on apache2: Base - Debian Bullseye
amd CPU systems - Intel compatible
docker run -d -v /opt/html:/var/www/html -p 8080:80 eysmed/php5.6-apache:latest
arm CPU - (Apple M, raspberryPi)
docker run -d -v /opt/html:/var/www/html -p 8080:80 eysmed/php5.6-apache:arm64-latest
Copy your php files to your local /opt/html folder
Access the app with http://localhost:8080/
Content type
Image
Digest
sha256:50676dd1e…
Size
138.5 MB
Last updated
over 1 year ago
docker pull eysmed/php5.6-apache