Search Docker Hub
env
By radeklos
Simple web application which returns all ENV variable in it.
50K+
It's simple docker container which runs a web service to return JSON of enviromental variables.
docker run -p 5000:5000 -e A=5 radeklos/env
http localhost:5000
{ "env": { "A": "5" } }
Content type
Image
Digest
Size
182.1 MB
Last updated
about 9 years ago
docker pull radeklos/env