Browse Source

Run update.sh

Docker Library Bot 8 years ago
parent
commit
915fd924e1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      php/README.md

+ 2 - 0
php/README.md

@@ -111,6 +111,8 @@ For many simple, single file projects, you may find it inconvenient to write a c
 $ 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
 ```
 
+Note that all variants of the `php` image contain the PHP cli.
+
 ## With Apache
 
 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.