#!/bin/sh docker run \ -d \ --name httpd-lua \ -v $PWD/httpd-lua.conf:/usr/local/apache2/conf/extra/httpd-lua.conf \ -p 8000:80 \ httpd:2.4-alpine