diff options
Diffstat (limited to 'Services/php')
-rw-r--r-- | Services/php/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Services/php/README.md b/Services/php/README.md index 461e6a0..93e401f 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -8,15 +8,15 @@ This container run php via apache on fedora server. ## Build and run from local Dockerfile ### Building docker image * Copy sources in your docker host - - mkdir startx-docker-images; - cd startx-docker-images; - git clone https://github.com/startxfr/docker-images.git . - +``` +mkdir startx-docker-images; +cd startx-docker-images; +git clone https://github.com/startxfr/docker-images.git . +``` * Build the container - - docker build -t sv-php Services/php/ - +``` +docker build -t sv-php Services/php/ +``` ### Running local image docker run -d -p 80:80 --name="php" sv-php |