Swoole 官方 Docker 镜像:https://github.com/swoole/docker-swoole
使用方法:

docker pull phpswoole/swoole

docker run --rm phpswoole/swoole "php -m"
docker run --rm phpswoole/swoole "php --ri swoole"
docker run --rm phpswoole/swoole "composer --version" 

相关文章:

  • 2021-12-01
  • 2021-11-22
  • 2022-02-09
  • 2022-02-01
  • 2021-11-06
  • 2021-09-30
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2021-09-13
  • 2021-11-04
  • 2022-02-09
  • 2021-10-16
  • 2021-11-04
  • 2021-08-23
相关资源
相似解决方案