Skip to content
/ env Public

Simple web application which returns all ENV variable in it.

Notifications You must be signed in to change notification settings

radeklos/env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Env

It's simple docker container which runs a web service to return JSON of enviromental variables.

Run

docker run -p 5000:5000 -e A=5 radeklos/env
http localhost:5000
{
  "env": {
    "A": "5"
  }
}

About

Simple web application which returns all ENV variable in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages