Sign inSign up

forgeforgitea/php

By forgeforgitea

Updated 2 days ago

Image
Languages & frameworks
Web servers
0

10.0K

forgeforgitea/php repository overview

PHP Docker container

License GitHub Actions Workflow Status GitHub Release Date - Published_At

Lightweight PHP-FPM (Alpine) container.

Based on PHP-FPM (Alpine)

Features

Tools:

Core Extensions:

Pecl Extensions:

Usage

running php 8.5

docker run -it --rm forgeforgitea/php:8.5 -v

running php 8.4

docker run -it --rm forgeforgitea/php:8.4 -v

running php 8.3

docker run -it --rm forgeforgitea/php:8.3 -v

running pie

docker run -it --rm forgeforgitea/php:8.5 pie -v

installing extension

docker run -it --rm forgeforgitea/php:8.5 pie install pecl/pcov

running composer

docker run -it --rm forgeforgitea/php:8.5 composer -v

Development

build

docker build . -t=php

running php

docker run -it --rm php -v

running pie

docker run -it --rm php pie -v

running composer

docker run -it --rm php composer -v

Tag summary

Content type

Image

Digest

sha256:bc8885d9a

Size

153.4 MB

Last updated

2 days ago

docker pull forgeforgitea/php