Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 161 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 161 Bytes

PHP5 base image for Docker

  • Ubuntu 13.10
  • MySQL extension installed

Use in your Dockerfile thus:

FROM orchardup/php5
...