Skip to content

Commit 915fd92

Browse files
Run update.sh
1 parent 42b58cd commit 915fd92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/README.md

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

114+
Note that all variants of the `php` image contain the PHP cli.
115+
114116
## With Apache
115117

116118
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)