Skip to content

A PHP Docker image based on PHP version 8.3 containing composer and commom extensions such as PDO, Redis and Xdebug installed and configured.

Notifications You must be signed in to change notification settings

KelvinAmancio/containerized-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Containerized PHP

This PHP Docker image is based on PHP version 8.3 and contains composer and commom extensions such as PDO, Redis and Xdebug installed and configured.

Stack

Running

# download image
$ docker pull kelvinbamancio/containerized-php

# run container
$ docker run --name containerized-php -p 80:8080 -d kelvinbamancio/containerized-php

# connect to the container
$ docker exec -it containerized-php /bin/sh

About

A PHP Docker image based on PHP version 8.3 containing composer and commom extensions such as PDO, Redis and Xdebug installed and configured.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published