https://github.com/mileschou/docker-octane
The base image for Laravel Octane using Swoole extension.
https://github.com/mileschou/docker-octane
docker laravel-octane swoole
Last synced: about 2 months ago
JSON representation
The base image for Laravel Octane using Swoole extension.
- Host: GitHub
- URL: https://github.com/mileschou/docker-octane
- Owner: MilesChou
- License: mit
- Created: 2021-10-15T02:28:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T08:58:16.000Z (about 3 years ago)
- Last Synced: 2025-02-03T08:13:02.544Z (4 months ago)
- Topics: docker, laravel-octane, swoole
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Octane image
The base image for [Laravel Octane](https://laravel.com/docs/8.x/octane) using [Swoole](https://pecl.php.net/package/swoole) extension.
## Pull image and run container!
Pull image
```bash
docker pull ghcr.io/mileschou/octane:8.0
```Run container example:
```bash
docker run --rm -it -v $(pwd):/source -w /source -p 8000:8000 ghcr.io/mileschou/octane:8.0 php artisan octane:start
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.