Nginx + modsecurity 3 + OWASP ModSecurity core rule set
I checked this works with the following environment.
This repository includes Dockerfile and the related files to create docker image with Nginx + ModSecurity 3.x + OWASP ModeSecurity Core Rule Set.
Currently, these are hard-coded in Dockerfile, so I'd like to make it flexible to follow new versions through refactoring.
$ [email protected]:teapod418/docker-nginx-modsecurity.git # Ofcourse https is also OK.
$ cd docker-nginx-modsecurity
$ docker build -t docker-nginx-modsecurity `pwd`
$ docker run --it --rm -p 80:80 docker-nginx-modsecurity
Nginx access log and ModSecurity log, ModSecurity audit logs are logged to stdout(/dev/stdout).
Perhaps, automatically built image might be useful for you.
fufuhu/docker-nginx-modescurity
Content type
Image
Digest
Size
75 MB
Last updated
almost 6 years ago
docker pull fufuhu/docker-nginx-modsecurity