

git clone https://github.com/trick77/dockerflix.git
Setup of Dockerflix itself is pretty straight forward, just follow the README provided by the project. Make sure you enable http/https/ssh to the VM with a public IP. Once that was done, I set up dnsmasq on one of the Linux VMs in my home-lab, with the output config the python script provided by Dockerflix.
python ./gendns-conf.py --remoteip [RAVELLO_PUBLIC_IP]
Note: Running this permanently would be a violation of the Ravello vExpert Terms of Service. This is to be considered a technical Proof of Concept, more than a permanent setup. I haven’t investigated the possibility to set up something like this permanently on either vCloud Air, AWS, Azure or Google Cloud Platform, or if you are even allowed to do so. But then again, all you are doing is routing IP traffic…
As far as testing goes, I experienced no problems with bandwidth or anything else. Streaming was perfect, and seamless. The fact that I was routing the traffic through a VM running in the US was not noticeable at all.
Configuring it was a great exercise. Not only did I get to play with VMware Photon and Docker, but it also shows that using Ravello Systems to perform Proof of Concept scenarios is perfectly viable, even enjoyable.