Sign inSign up

stevenalexander/nginx-https

By stevenalexander

Updated about 11 years ago

Image
0

251

stevenalexander/nginx-https repository overview

Nginx with HTTPS

Based from official Nginx container, generates a self-signed certificate and updates config to use SSL.

Intended as a simple base container using Nginx as a HTTPS proxy for development.

Build

docker build -t stevenalexander/nginx-https .

Run

docker run --name nginx-https -p 80:80 -p 443:443 -v /index.html:/usr/share/nginx/html/index.html:ro -it --rm stevenalexander/nginx-https

Tag summary

Content type

Image

Digest

sha256:e93b52d64

Size

52.2 MB

Last updated

almost 11 years ago

docker pull stevenalexander/nginx-https