Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xujif/docker-php5.6-fpm
docker-php5.6-fpm
https://github.com/xujif/docker-php5.6-fpm
Last synced: 17 days ago
JSON representation
docker-php5.6-fpm
- Host: GitHub
- URL: https://github.com/xujif/docker-php5.6-fpm
- Owner: xujif
- Created: 2015-09-09T05:19:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T05:21:33.000Z (over 9 years ago)
- Last Synced: 2023-08-11T04:53:21.815Z (over 1 year ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php5.6-cli
a docker with php5.6 base on centos
FROM daocloud.io/centos:6
MAINTAINER xujif
RUN rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
RUN yum update -y
RUN yum install -y nginx fontconfig php56w php56w-mbstring php56w-gd php56w-dom php56w-pdo php56w-mysqlnd
CMD ['php', '-v']