Can I build a swoole environment under laradock docker? What should I do?

  1. see the building environment of laradock on the Internet, see the settings of swoole, can you build the development environment of swoole under docker?
May.06,2021

  • add RUN pecl install swoole & & docker-php-ext-enable swoole in php-worker/Dockerfile-71
  • run docker-compose up-- build-d php-worker

laradock configure specific parameters to enable the swoole environment, as shown in https://www.jianshu.com/p/f87d80fd6812

Menu