Skip to content

ZakCheb/Docker-php-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-php-helloworld

Simple Php Dockerfile, more information in my Blog.

Instructions

  1. Build the image with : sudo docker build . -t hello-php

  2. Finnaly run the container sudo docker run -p 80:80 -v [HOST_VOLUME]:/var/www/html hello-php Or sudo docker run -p 80:80 hello-php

Releases

No releases published

Packages

No packages published

Languages