Openlitespeed with ssl ready, php 5.6.40, CentOS 7, Active repo, Supports php 7.4.33, size ~903MB
388
Docker image for old applications running php5.6.40 - Can also run applications on php 7.4.33
Build from my Github template
CentOS 7 with active repository (added from archives)
SSL enabled with selfsigned SSL certificate
Size: ~903MB
#ENV#
DEFAULT_PHP: 56
DOCUMENT_ROOT: /
docker run -d -p 8708:7080 -p 8000:80 -p 8443:443 --name sajetek-php5.6-ols-ssl -e "DOCUMENT_ROOT=/" -e "DEFAULT_PHP=56" docker.io/sajetek/php5.6-ols-ssl
docker run -d -p 8708:7080 -p 8000:80 -p 8443:443 --name sajetek-php5.6-ols-ssl -e "DOCUMENT_ROOT=/" -e "DEFAULT_PHP=56" sajetek/php5.6-ols-ssl -v
/some/host/path:/usr/local/lsws/Example/html
image="docker.io/sajetek/php5.6-ols-ssl"
docker pull $image
container_id=$(docker run -d -it --name temp $image)
docker exec -it temp /bin/bash
#You are now chrooted into the image. type exit when finished
#Install more php versions or do what you need... add or remove modules etc.
#Type exit when finished
docker commit $container_id $image
docker stop $container_id
docker rm $container_id
Content type
Image
Digest
sha256:f4479c4e3…
Size
294.8 MB
Last updated
about 2 years ago
docker pull sajetek/php5.6-ols-ssl