7.4.26-cli-alpine
This commit is contained in:
parent
859b5039fe
commit
54b24ac668
58
README.md
58
README.md
@ -15,18 +15,72 @@ Start the Docker container:
|
||||
### Linux
|
||||
|
||||
```
|
||||
docker run --rm -it -p 8088:8787 -v /home/www/webman:/app tinywan/docker-php-webman:7.4.26
|
||||
docker run --rm -it -p 8787:8787 -v /home/www/webman:/app tinywan/docker-php-webman
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
||||
```
|
||||
docker run --rm -it -p 8088:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman:7.4.26
|
||||
docker run --rm -it -p 8787:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman
|
||||
```
|
||||
|
||||
Test Run
|
||||
|
||||

|
||||
## Extensions
|
||||
|
||||
```
|
||||
bash-5.1# php -m
|
||||
[PHP Modules]
|
||||
bcmath
|
||||
bz2
|
||||
calendar
|
||||
Core
|
||||
ctype
|
||||
curl
|
||||
date
|
||||
dom
|
||||
event
|
||||
fileinfo
|
||||
filter
|
||||
ftp
|
||||
gd
|
||||
hash
|
||||
iconv
|
||||
json
|
||||
libxml
|
||||
mbstring
|
||||
mysqli
|
||||
mysqlnd
|
||||
openssl
|
||||
pcntl
|
||||
pcre
|
||||
PDO
|
||||
pdo_mysql
|
||||
pdo_sqlite
|
||||
Phar
|
||||
posix
|
||||
readline
|
||||
redis
|
||||
Reflection
|
||||
session
|
||||
SimpleXML
|
||||
soap
|
||||
sockets
|
||||
sodium
|
||||
SPL
|
||||
sqlite3
|
||||
standard
|
||||
tokenizer
|
||||
xml
|
||||
xmlreader
|
||||
xmlwriter
|
||||
Zend OPcache
|
||||
zip
|
||||
zlib
|
||||
|
||||
[Zend Modules]
|
||||
Zend OPcache
|
||||
```
|
||||
## Other
|
||||
|
||||
|
BIN
docker-run.png
Normal file
BIN
docker-run.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue
Block a user