Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 509 Bytes

Dockerized Octane image

The base image for Laravel Octane using Swoole extension.

Pull image and run container!

Pull image

docker pull ghcr.io/mileschou/octane:8.0

Run container example:

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 for more information.