Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 772 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 772 Bytes

php-docker

Docker image for PHP under build environments

View latest container image

Includes

  • PHP v8.2.17
  • zip
  • autoconf
  • intl
  • opcache
  • gd
  • bcmath
  • gmp
  • exif
  • increased memory_limit
  • enabled jit

Building

docker build -t php82 .

Running Locally

docker run -it --volume="$PWD:/app" --workdir="/app" --entrypoint=/bin/bash php82

Running Remotely

docker run -it --volume="$PWD:/app" --workdir="/app" --entrypoint=/bin/bash ghcr.io/enginedigital/php-docker:main