https://github.com/digital-entropy/dokar-php
Opinionated PHP Docker Image for Laravel Developers
https://github.com/digital-entropy/dokar-php
docker hacktoberfest php-nginx
Last synced: 6 months ago
JSON representation
Opinionated PHP Docker Image for Laravel Developers
- Host: GitHub
- URL: https://github.com/digital-entropy/dokar-php
- Owner: digital-entropy
- License: mit
- Created: 2021-02-28T05:51:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-06T07:20:42.000Z (8 months ago)
- Last Synced: 2025-12-10T00:58:21.595Z (8 months ago)
- Topics: docker, hacktoberfest, php-nginx
- Language: Dockerfile
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DOKAR PHP
---
PHP 8.5 of dokar-php
### There are 4 flavors in this image
| Flavor | Description | Usage |
| --- | --- | --- |
| Only CLI | Provide only php-cli. This image can be useful to run such as `laravel-horizon, laravel-websocket, tinker`. | `docker pull ghcr.io/digital-entropy/dokar-php/cli:8.5` |
| Only PHP-FPM | Provide php-fpm from php-cli. This image listen on `fastcgi 0.0.0.0:9008`. | `docker pull ghcr.io/digital-entropy/dokar-php/fpm:8.5` |
| With Nginx | Production ready php image that use nginx as web server. This image will serve `/var/www/public` directory. | `docker pull ghcr.io/digital-entropy/dokar-php/nginx:8.5` |
Octane | Crafted for running octane with `swoole` driver. use `DOCKER_WORKERS=` env to define specific worker you need.| `docker pull ghcr.io/digital-entropy/dokar-php/octane:8.5`
> Dokar PHP by default is using Ubuntu image, but we also provide Alpine image.
> You can add `-slim` in tag to use Alpine based image. e.g., `docker pull ghcr.io/digital-entropy/dokar-php/octane:8.5-slim`