Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkarlovi/docker-php-opcache-only
- Owner: dkarlovi
- Created: 2023-03-20T09:07:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T15:50:56.000Z (8 months ago)
- Last Synced: 2024-11-06T13:01:29.411Z (about 2 months ago)
- Topics: docker, experimental, php, poc
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```