From 43898b2de796cd3712ae7b84b6ee0ce9adf475f3 Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 20 Oct 2022 09:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/README.md b/README.md index a827493..ce9c4ac 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,63 @@ composer create-project hyperf/hyperf-skeleton ## 命令参考 [docker run 命令参考](https://www.runoob.com/docker/docker-run-command.html) + + +## 镜像安装扩展如下: +镜像同时支持fpm&swoole两种运行环境,如果镜像内想试用git请执行`apk add git ` 即可,已安装扩展如下: + +``` +[PHP Modules] +bcmath +calendar +Core +ctype +curl +date +dom +event +exif +fileinfo +filter +ftp +gd +hash +iconv +igbinary +imagick +json +libxml +mbstring +mongodb +mysqlnd +openssl +pcntl +pcre +PDO +pdo_mysql +pdo_sqlite +Phar +posix +protobuf +readline +redis +Reflection +session +SimpleXML +sockets +sodium +SPL +sqlite3 +standard +swoole +tokenizer +xml +xmlreader +xmlwriter +zip +zlib + +[Zend Modules] + + +``` \ No newline at end of file