nginx-proxy-google
Inspired by ngx_http_google_filter_module
Base Docker Image
Usage
You can either pull automated build from Docker Hub or build the image by yourself.
Pull from Docker Hub
docker pull clarkzjw/nginx-proxy-google
Build the image by yourself
-
Install Docker.
-
Clone this repo
git clone https://github.com/clarkzjw/nginx-proxy-google
- Build an image from Dockerfile
docker build -t="nginx-proxy-google" .
Run
docker run -d -p <host-ip-port>:80 nginx-proxy-google