1docker pull php:7.0-apache 2docker build -t hello-world . 3docker run -p 80:80 -v /src/:/var/www/html/ hello-world 4