fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

Running servers locally on docker #8

Closed renzon closed 3 years ago

renzon commented 7 years ago

I was studying docker and used flags example to create and made changes do recreate servers with just one command. @ramalho you can try the instructions on README and check it out. If you like it we I can better reorganize the code ;)

ramalho commented 3 years ago

This is a great contribution, @renzon, thanks for sharing.

In the example code for Fluent Python, Second Edition I replaced nginx and Vaurien with a simpler solution using the ThreadingHTTPServer added in Python 3.7.