Sign inSign up

bpholt/localhost-nginx

By bpholt

Updated over 5 years ago

Run an nginx server with a self-signed TLS certificate on https://localhost.

Image
0

947

bpholt/localhost-nginx repository overview

localhost-nginx

Docker Cloud Automated build Docker Cloud Build Status License

Run an nginx server with a self-signed TLS certificate on https://localhost.

docker run \
  --rm \
  --env REMOTE_URL=http://localhost:8080 \
  --publish 443:443 \
  --publish 80:80 \
  bpholt/localhost-nginx

Tag summary

Content type

Image

Digest

Size

51.6 MB

Last updated

over 5 years ago

docker pull bpholt/localhost-nginx