peering-manager / docker

🐳 Docker Image of Peering Manager
Apache License 2.0
9 stars 13 forks source link

cron in docker image #8

Closed jlixfeld closed 4 years ago

jlixfeld commented 4 years ago

The PM docker image doesn’t seem to have cron installed. Is it intended to do the scheduled tasks some other way?

jlixfeld commented 4 years ago

Use cron from the docker host 0 * * * * root docker exec peering_manager ./manage.py poll_peering_sessions --all