Search Docker Hub
centos7-php
By buhuipao
Base on centos7, can use for building LNMP environment or other
455
#基于centos7,安装了PHP以及一些常用扩展,可以拿去构建lnmp环境以及其他
##注意配置文档没有更改,需要基于此镜像搭建环境,需要在Dockerfile添加如下命令: RUN rm -f /etc/php.ini /etc/php-fpm.d/www.conf
COPY ./php.ini /etc/php.ini COPY ./www.conf /etc/php-fpm.d/www.conf
Content type
Image
Digest
Size
149.1 MB
Last updated
about 10 years ago
docker pull buhuipao/centos7-php