nginx 反向代理 google,github:nginx-google-proxy
# build
cd path_to_nginx_google_proxy
docker build -t="nginx-google-proxy" .
# run (后台运行)
docker run -d -p 10080:80 nginx-google-proxy
# test (默认监听 0.0.0.0)
curl localhost:10080
Content type
Image
Digest
Size
266.4 MB
Last updated
over 9 years ago
docker pull hectorqiu/nginx-google-proxy