Automatic docker image build with nginx-extras wheezy-backports packages. Visit https://packages.debian.org/wheezy-backports/nginx-extras for package detail.
docker run -d -v <path to sites config>:/etc/nginx/sites-enabled:ro -p 80:80 anigeo/debian_nginx-extras:latest
Both access_log and error_log are disabled by default, use volume bind mount (-v) custom config if you would like to enable.