swoole / docker-swoole

🏄 Official Docker Image of Swoole
https://hub.docker.com/r/phpswoole/swoole
Apache License 2.0
534 stars 113 forks source link

New Docker Image for Swoole #10

Closed deminy closed 5 years ago

deminy commented 5 years ago

Refactored the project using the official php-cli image as base image, with major Swoole extensions (_swooleasync, _swooleorm, _swoolepostgresql and _swooleserialize) included in the latest image built.

For a list of images already built under my account, please check https://hub.docker.com/r/deminy/swoole/tags.

To use Travis to build and publish images automatically, please set the following two environment parameters in Travis following instructions here:

Here we assume the image to be built is "swoole/swoole". In case the official Docker account is not swoole, we need to adjust the building script accordingly. I will take care of it once merged.