An open API service indexing awesome lists of open source software.

https://github.com/nicoherbigio/docker-php

Docker Image of PHP
https://github.com/nicoherbigio/docker-php

docker-hub docker-image php

Last synced: over 1 year ago
JSON representation

Docker Image of PHP

Awesome Lists containing this project

README

          

# PHP Docker image

[![Build Status](https://github.com/nicoherbigio/docker-php/actions/workflows/build-docker-images.yml/badge.svg)](https://github.com/nicoherbigio/docker-php/actions/workflows/build-docker-images.yml)

## Supported tags and respective `Dockerfile` links

* [`8.4-apache`, `8.4-apache-bullseye`, `8.4.5-apache`, `8.4.5-apache-bullseye`](https://github.com/nicoherbigio/docker-php/blob/main/8.4/debian/apache/default/Dockerfile)
* [`8.3-apache`, `8.3-apache-bullseye`, `8.3.19-apache`, `8.3.19-apache-bullseye`](https://github.com/nicoherbigio/docker-php/blob/main/8.3/debian/apache/default/Dockerfile)
* [`8.2-apache`, `8.2-apache-bullseye`, `8.2.28-apache`, `8.2.28-apache-bullseye`](https://github.com/nicoherbigio/docker-php/blob/main/8.2/debian/apache/default/Dockerfile)
* [`8.1-apache`, `8.1-apache-bullseye`, `8.1.32-apache`, `8.1.32-apache-bullseye`](https://github.com/nicoherbigio/docker-php/blob/main/8.1/debian/apache/default/Dockerfile)

## How to get this image

The recommended way to get the PHP Docker image is to pull the prebuilt image from Docker Hub by specifying the tagged version.

```console
$ docker pull nicoherbigde/php:[TAG]
```

The [list of available versions](https://hub.docker.com/r/nicoherbigde/php/tags) can be viewed at Docker Hub.

## How to use this image

Coming soon ;-)

## Copyleft

This documentation was written by Nico Herbig.