Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xujif/docker-php5.6-cli
a docker with php5.6 base on centos
https://github.com/xujif/docker-php5.6-cli
Last synced: 17 days ago
JSON representation
a docker with php5.6 base on centos
- Host: GitHub
- URL: https://github.com/xujif/docker-php5.6-cli
- Owner: xujif
- Created: 2015-09-02T10:12:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T05:19:15.000Z (over 9 years ago)
- Last Synced: 2023-08-11T04:53:21.466Z (over 1 year ago)
- Size: 152 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']