使用
This commit is contained in:
parent
2ab67e5038
commit
43898b2de7
60
README.md
60
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]
|
||||
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user