소스 검색

Need to specify apache, not cli

Joe Ferguson 11 년 전
부모
커밋
e8998e4e6c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      php/README-content.md
  2. 1 1
      php/README.md

+ 1 - 1
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

+ 1 - 1
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