rmondragon / docker-php5

Dockerfile for Apache PHP-5.5. and Ubuntu 14.04

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-php5

This repository contains the Dockerfile for Apache PHP-5.5 & Ubuntu 14.04

Basic packages

  • Apache
  • PHP 5.5.38
    • Extensions
      • Geoip
      • Aerospike
      • Memcached
      • Imagick
      • pHash
      • Xdebug

Usage

  • To build the image
docker build -t rmondragon/php5 .
docker run -d -p 8080:80 --name <CONTAINER_NAME> rmondragon/php5
  • To mount your local php project, and it will start in /htdocs
docker run -d -p 8080:80 -v <PATH>:/var/www --name php5 rmondragon/php5

Supported Docker versions

This image is officially supported on Docker version 1.12

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

About

Dockerfile for Apache PHP-5.5. and Ubuntu 14.04

License:MIT License


Languages

Language:PHP 100.0%