examples I write to learn docker
This is just a small test of sinlge-host docker-compose. It starts two containers one running redis and the other running a small python flask webserver. The webserver uses the database to count all visitors.
Using haproxy for loadbalancing the app from 'compose test'. Three containers running the python webserver are started as well as redis and haproxy.
Dynamic loadbalancing using the tutum/haproxy image.
The first multi-host docker-compose test. Uses docker's networking to connect the containers. This application basically provides a button in the web that turns a GPIO Pin on my Raspberry Pi on and of. Visit the 03_raspberry-gpio-test directory for further explanation.