Skip to content

A minimal, production-ready PHP Docker image built on Alpine Linux

Notifications You must be signed in to change notification settings

awesoft/php-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesoft PHP Docker Image

A minimal, production-ready PHP Docker image built on Alpine Linux


Features

  • Built on top of php:8.*-alpine
  • Common extensions preinstalled:
    • Core:
      • bcmath
      • bz2
      • calendar
      • exif
      • gd
      • gettext
      • gmp
      • intl
      • mysqli
      • pdo_mysql
      • zip
      • soap
      • sockets
      • pcntl
    • PECL:
      • xdebug
      • redis
      • pcov
  • Includes composer command (version 2.*)
  • Non-root app user with UID 1000

Usage

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

With volume mount:

docker run -it --rm -v $(pwd):/app awesoft/php:8.4

About

A minimal, production-ready PHP Docker image built on Alpine Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages