From e8998e4e6c7ba0c96783dd87bc4db6f7f9c95ec8 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 5 Sep 2014 16:43:50 -0600 Subject: [PATCH] Need to specify apache, not cli --- php/README-content.md | 2 +- php/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README-content.md b/php/README-content.md index 7634c993..60b7b19c 100644 --- a/php/README-content.md +++ b/php/README-content.md @@ -45,4 +45,4 @@ Then run the commands to build and run the docker image. If you don't want to include a `Dockerfile` in your project, then it is sufficient to do the following. - docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-cli + docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-apache diff --git a/php/README.md b/php/README.md index 192d9dd1..ca4779ea 100644 --- a/php/README.md +++ b/php/README.md @@ -45,7 +45,7 @@ Then run the commands to build and run the docker image. If you don't want to include a `Dockerfile` in your project, then it is sufficient to do the following. - docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-cli + docker run -it --rm --name my-apache-php-app -v $(pwd):/var/www/html php:5.6-apache # User Feedback