Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 718 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 718 Bytes

maestro-demo

Simple docker application for demonstrating Maestro. The application is written in Python. It uses the Flask framework and maintains a hit counter in Redis. While this demo uses Python, the concepts demonstrated here should be understandable even if you’re not familiar with the language.

Getting started

This application is intended for use with Cloud 66 Maestro. For setup instructions please refer to our tutorial.

Acknowledgements

This application was adapted from a code example in the official Docker documentation.