Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

The base image for Laravel Octane using Swoole extension.

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.