Skip to content

whalesalad/docker-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-debug

Docker Stars Docker Pulls Image Size Image Layers

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

TODO

  • Enable content negotiation and/or a .json endpoint to request a json format of this instead of HTML.

About

A dummy/debug app that runs a web server and prints environment variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages