Skip to content

Commit 42b58cd

Browse files
authored
Merge pull request #1066 from infosiftr/phpdocs
Clarify that all variants include the PHP cli
2 parents dad0039 + 38751cd commit 42b58cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ For many simple, single file projects, you may find it inconvenient to write a c
3636
$ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp %%IMAGE%%:7.0-cli php your-script.php
3737
```
3838

39+
Note that all variants of the `php` image contain the PHP cli.
40+
3941
## With Apache
4042

4143
More commonly, you will probably want to run PHP in conjunction with Apache httpd. Conveniently, there's a version of the PHP container that's packaged with the Apache web server.

0 commit comments

Comments
 (0)