===VOD=== git clone https://github.com/nytimes/nginx-vod-module-docker ngvod cd ngvod docker build . docker run -d -p 3030:80 \ -v $PWD/videos:/opt/static/videos \ -v $PWD/nginx.conf:/usr/local/nginx/conf/nginx.conf \ nytimes/nginx-vod-module docker exec -it goofy_container sh 192.168.0.100:3030 using docker running [[https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management|alpine]] to test $ curl -X HEAD -I http://localhost:3030 HTTP/1.1 403 Forbidden Server: nginx/1.16.1 Date: Tue, 29 Oct 2019 22:07:59 GMT Content-Type: text/html Content-Length: 153 Connection: keep-alive [[https://github.com/nginxinc/docker-nginx/issues/177|this is a good summary]] of "expected behaviour" but still no dice.