Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

flarno11/nginx-ssl-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Build:

docker build -t flarno11/nginx-ssl-test .

Run:

docker run -d --name nginx-ssl-test --read-only -p 8080:8080 -p 8443:8443 -v $PWD/tmp:/var/lib/nginx/tmp flarno11/nginx-ssl-test

Run interactively:

docker run --rm -it --name nginx-ssl-test --read-only -p 8080:8080 -p 8443:8443 -v $PWD/tmp:/var/lib/nginx/tmp flarno11/nginx-ssl-test bash

nginx -g "daemon off;" -c /etc/nginx.conf

About

nginx with ssl support, run as non-root and read-only filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors