Skip to content

PHP 5.2 Docker Image for Docker Hub

License

Notifications You must be signed in to change notification settings

deminy/docker-php-5.2

This branch is 7 commits ahead of, 2 commits behind kuborgh/docker-php-5.2:master.

Repository files navigation

Docker image for php 5.2 legacy projects

Build Status

This docker image is intended to work as a replacement for old legacy projects, running on old server.

Features:

  • Features included from the original repository:
    • Based on Ubuntu 12.04
    • Apache MPM Prefork
    • PHP 5.2.17 as apache mod
    • Zend Optimizer
  • Features added by Demin
    • Enable PHP on the default site.
    • Allow short open tag.
    • Various updates and fixes.

Sample Docker compose file

version: '3'

services:
  app:
    image: deminy/php-5.2
    ports:
      - "80:80"
    volumes:
      - ~/projects/example.com:/project

About

PHP 5.2 Docker Image for Docker Hub

Resources

License

Stars

Watchers

Forks