https://www.cnblogs.com/8013-cmf/p/11811158.html

docker run -it --name test php:latest /bin/bash 启动容器
docker exec -it mycentos2 /bin/bash
wget https://pecl.php.net/get/swoole-4.6.3.tgz
tar xzf swoole-4.6.3.tgz
docker cp swoole-4.6.3 myphp:/usr/src/php/ext
进入php容器后mv swoole-4.6.3 swoole
docker-php-ext-install swoole

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2020-06-16
  • 2021-09-01
猜你喜欢
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案