xavignu.com
Run httpd with docker
So below is the script: [bash] #!/bin/bash echo “Running httpd with docker.” docker run –rm -v “$PWD”:/usr/local/apache2/htdocs httpd [/bash] We use the following opti…