A simple python http app running inside of that prints out environment variables.
5.4K
A simple python http application running inside of docker container that prints out environment variables. This is useful for debugging a 12-factor-app style service deployment.

docker build -t whalesalad/docker-debug .
# Daemon Mode
docker run -d -p 8080:8080 whalesalad/docker-debug
# Attached
docker run -i -t -p 8080:8080 whalesalad/docker-debug
Content type
Image
Digest
Size
13.3 MB
Last updated
over 10 years ago
docker pull whalesalad/docker-debug