- latest Dockerfile
What is Dkron?
Dkron is a system service that runs scheduled jobs at given intervals or times, just like the cron unix service but distributed in several machines in a cluster. If a machine fails (the leader), a follower will take over and keep running the scheduled jobs without human intervention. Dkron is Open Source and freely available.
More info http://dkron.io
start a Dkron instance
$ docker run --name some-dkron -d dkron/dkron agent -server
This image includes EXPOSE 8080 8946, so standard container linking will make it automatically available to the linked containers (as the following examples illustrate).
View license information for the software contained in this image.
If you have any problems with or questions about this image, please contact us through a GitHub issue.