Skip to content

orchardup/docker-php5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PHP5 base image for Docker

  • Ubuntu 13.10
  • MySQL extension installed

Use in your Dockerfile thus:

FROM orchardup/php5
...