Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

PHP 8.0 Docker with JIT

Docker Unofficial Image packaging for PHP

Run:

docker run -it akondas/php:8.0-cli-alpine

Run with enabled JIT:

docker run -it akondas/php:8.0-cli-alpine -dzend_extension=opcache.so -dopcache.enable_cli=1 -dopcache.jit_buffer_size=500000000 -dopcache.jit=1235

About

Docker Unofficial Image packaging for PHP 8.0

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.