Skip to content

startupgrind/nginx-echo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-echo

Print an env var as http response

#How to run it

docker build -t nginx-echo
docker run --rm -it --name foo -p 8080:80 -e MESSAGE="Hello World" nginx-echo

About

Print an env var as http response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 75.1%
  • Shell 24.9%