# nginx_proxy_docker **Repository Path**: praxiology/nginx_proxy_docker ## Basic Information - **Project Name**: nginx_proxy_docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx_proxy_docker An nginx proxy support https based on docker # clone this repositories git clone https://github.com/yadoudou/nginx_proxy_docker.git # build image docker build -t nginx:proxy_1.17.4 . # run it docker run -d -p 8888:8888 -v /path/to/nginx_proxy_docker/nginx.conf:/etc/nginx/nginx.conf nginx:proxy_1.17.4 # test it curl https://www.baidu.com -v -x 127.0.0.1:8888