Cron in Docker container parallel with Django

This is what I use to run Django management commands and backups and other tasks on a regular basis within my Rancher environment. I set up a user stack called cron with some basic content, and then when I have a container I want to run every so often, I include a label like this: com.socialengine.rancher-cron.schedule: '@every 6h'. Works like a charm on v1.6!