Need to specify apache, not cli

This commit is contained in:
Joe Ferguson
2014-09-05 16:48:15 -06:00
parent 6cb4113f09
commit e8998e4e6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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