docker run -p 80:80 -v `pwd`:/var/www/html php:7.2-apache
Yup, thats all. I just wanted to have this for fast future use
Just a tiny snippet for future use
docker run -p 80:80 -v `pwd`:/var/www/html php:7.2-apache
Yup, thats all. I just wanted to have this for fast future use