Sign inSign up

whalesalad/docker-debug

By whalesalad

Updated over 10 years ago

A simple python http app running inside of that prints out environment variables.

Image
0

5.4K

whalesalad/docker-debug repository overview

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.

To Build
docker build -t whalesalad/docker-debug .
To Run
# Daemon Mode
docker run -d -p 8080:8080 whalesalad/docker-debug

# Attached
docker run -i -t -p 8080:8080 whalesalad/docker-debug

Tag summary

Content type

Image

Digest

Size

13.3 MB

Last updated

over 10 years ago

docker pull whalesalad/docker-debug