Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkarlovi/docker-php-opcache-only

Trying to build a PHP Docker image without the PHP source code
https://github.com/dkarlovi/docker-php-opcache-only

docker experimental php poc

Last synced: 3 days ago
JSON representation

Trying to build a PHP Docker image without the PHP source code

Awesome Lists containing this project

README

        

# Try it

This seems to work, thanks @LiamKearn for the hints!

```
$ docker build . -t php-opcache-only --load
$ docker run --rm -ti php-opcache-only
```