Sign inSign up

radeklos/env

By radeklos

•Updated about 9 years ago

Simple web application which returns all ENV variable in it.

Image
0

50K+

radeklos/env repository overview

⁠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"
  }
}

Tag summary

Content type

Image

Digest

Size

182.1 MB

Last updated

about 9 years ago

docker pull radeklos/env