From 915fd924e19c1cc282205047aeb776fff11382f7 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 15 Nov 2017 23:31:52 +0000 Subject: [PATCH] Run update.sh --- php/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/README.md b/php/README.md index 7b75fbaee..3e501835a 100644 --- a/php/README.md +++ b/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.