php

所属分类:编译器/解释器
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2024-02-22 07:36:12
上 传 者sh-1993
说明:  PHP是一种为web开发设计的服务器端脚本语言,但它也可以用作通用编程语言
(PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language)

文件列表:
7.2/
7.4/
8.2/
8.3/
files/
.dockerignore
.editorconfig
.travis.yml
LICENSE
REF
travis-build.sh

# PHP Base Image [![Docker Image CI](https://github.com/chinayin-docker/php/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/chinayin-docker/php/actions/workflows/ci.yml) ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/chinayin/php?sort=semver) ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/chinayin/php?sort=semver) ![Docker Pulls](https://img.shields.io/docker/pulls/chinayin/php) While designed for web development, the PHP scripting language also provides general-purpose use. ### Supported tags and respective `Dockerfile` links ![](https://img.shields.io/docker/v/chinayin/php/7.2-fpm) ![](https://img.shields.io/docker/v/chinayin/php/7.2-cli) ![](https://img.shields.io/docker/v/chinayin/php/7.2-fpm-slim) ![](https://img.shields.io/docker/v/chinayin/php/7.2-cli-slim) ![](https://img.shields.io/docker/v/chinayin/php/7.4-fpm) ![](https://img.shields.io/docker/v/chinayin/php/7.4-cli) ![](https://img.shields.io/docker/v/chinayin/php/7.4-fpm-slim) ![](https://img.shields.io/docker/v/chinayin/php/7.4-cli-slim) ### Image Variants - `php:-cli` - `php:-fpm` - `php:-cli-slim` - `php:-fpm-slim` ### Use PHP You can use the image directly, e.g. ``` docker run --rm -it chinayin/php:7.2-fpm ``` The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago. You can also use the images as a base for your own Dockerfile: ``` FROM chinayin/php:7.2-fpm ``` ### Use PHP slim version You can use the image directly, e.g. ``` docker run --rm -it chinayin/php:7.2-fpm-slim ``` You can also use the images as a base for your own Dockerfile: ``` FROM chinayin/php:7.2-fpm-slim ```

近期下载者

相关文件


收藏者