Sign inSign up

eysmed/php5.6-apache

By eysmed

Updated over 1 year ago

php 5.6 apache image

Image
Languages & frameworks
0

923

eysmed/php5.6-apache repository overview

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/

Tag summary

Content type

Image

Digest

sha256:50676dd1e

Size

138.5 MB

Last updated

over 1 year ago

docker pull eysmed/php5.6-apache