Docker-php-helloworld Simple Php Dockerfile, more information in my Blog. Instructions Build the image with : sudo docker build . -t hello-php 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