A simple echo service
For some testing, I needed a simple HTTP server which would print headers that my client is sending (and some headers added by my proxy). I had written a simple HTTP server in python which did exactly what I wanted, and added it to python container from dockerhub.