Skip to content

Commit bb047ee

Browse files
authored
Update README.md
1 parent a2afb7b commit bb047ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Run in Docker example:
22

33
```
4+
# With Official PHP Docker image:
5+
docker run -it --rm \
6+
--name bench-script \
7+
-v "$PWD":/usr/src/myapp \
8+
-w /usr/src/myapp \
9+
php:8.2-cli \
10+
php -dopcache.enable_cli=0 bench.php
11+
12+
# Or... with ClearLinux php-fpm image:
13+
414
docker run -it --rm \
515
-v $PWD:/var/www/html \
616
clearlinux/php-fpm \

0 commit comments

Comments
 (0)