A Docker image for serving as an SSL proxy using Nginx.
4.8K
Web Server
This Docker image is built on top of the bsantanna/base image and includes Nginx configured as an SSL proxy. It is designed to support secure web server tasks, providing a consistent and reliable environment for SSL termination and proxying.
To run a container using this image and start the Nginx SSL proxy server, use the following command:
docker run -it --rm -p 80:80 -p 443:443 -v $(pwd)/ssl:/etc/nginx/ssl bsantanna/nginx-ssl-proxy:latest
This command will start a container, expose ports 80 and 443, mount the current directory's ssl folder to the Nginx SSL directory, and start the Nginx server configured as an SSL proxy.
Content type
Image
Digest
sha256:c53989ebb…
Size
275.9 MB
Last updated
4 months ago
docker pull bsantanna/nginx-ssl-proxy:arm64