From 38751cd3cb927887896d8e3ffa4f058a74f7d769 Mon Sep 17 00:00:00 2001 From: Noah A Date: Wed, 15 Nov 2017 15:17:28 -0800 Subject: [PATCH] Clarify that all variants include the PHP cli --- php/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/content.md b/php/content.md index f637124b091b..0ab878ed923c 100644 --- a/php/content.md +++ b/php/content.md @@ -36,6 +36,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 %%IMAGE%%: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.