mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-07 06:18:56 +00:00
Need to specify apache, not cli
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user