docker app with python + flask that is tuned to deploy on Opensource cloud foundry.
docker build -t docker-py .
docker run -d -p 8080:8080 adobecloud/docker-py
http://<ip-address>:8080
Note: if you using boot2docker, get the ip address by running $ boot2docker ip
cf docker-push pyserver adobecloud/docker-py -c "python hello.py”