docker-crontab
A docker job scheduler (aka. crontab for docker) (by willfarrell)
ofelia
A docker job scheduler (aka. crontab for docker) (by mcuadros)
docker-crontab | ofelia | |
---|---|---|
2 | 22 | |
305 | 3,306 | |
1.6% | 1.8% | |
0.0 | 7.5 | |
over 1 year ago | 3 days ago | |
Shell | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docker-crontab
Posts with mentions or reviews of docker-crontab.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-06.
- A good crontab Docker container?
-
Docker compose: no crontab for root
If you want to run periodic commands on your containers, have you considered using a cron replacement (ofelia chadburn or maybe docker-crontab?
ofelia
Posts with mentions or reviews of ofelia.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-24.
-
Automating Cron Jobs in Docker with Ofelia: CVZilla's Experience
Cron jobs are an essential part of maintaining modern applications, automating tasks like data fetching, report generation, and updates. But when you're running containerized apps in Docker, traditional cron setups don’t work seamlessly. Enter Docker Ofelia, a simple and effective solution to run cron jobs in a containerized environment.
-
How do you use separate log files for Ofelia?
To anybody that is familiar with Ofelia: how do you use different log files for different jobs?
-
Running a command in one docker container from another docker container?
I've been trying to figure out how to run cron jobs in my docker containers. Most of the solutions I see are some version of "make a separate container to run your crons". One version of this solution is ofelia, which people seem to like a lot.
-
Docker compose: no crontab for root
If you want to run periodic commands on your containers, have you considered using a cron replacement (ofelia chadburn or maybe docker-crontab?
-
Schedule containers from within Docker?
I found Ofelia but from the quick glance I took at their documentation it seems it don't allow to set scheduling rules from the docker compose.
-
Automatic import?
I'm in the exact same situation. I'm currently trying to get mcuadros/ofelia installed to run as a scheduler within Docker. Here's a sample file for Ofelia to run the photoprism import (jobs.ini): https://dl.photoprism.org/docker/scheduler/
-
How do I add a CRON job in Ubuntu's Crontab for custom django command?
Not exactly using the OS' crontab but if you're using Docker to deploy your Django, you might actually find it cleaner to use something like Ofelia to run commands in your Django container.
-
is there an application that allows me to run a docker run command at a particular time? based on a schedule
If you'd like to have this schedule as part of your docker setup as well look into Ofelia https://github.com/mcuadros/ofelia You can run commands - local (on the host or on the docker container Ofelia runs in - by 'docker exec' in an existing container - by spinning up a new container
-
Setting up sync after importing from the imported to the originals
# See https://github.com/mcuadros/ofelia/blob/master/docs/jobs.md for job settings!
-
Problems running curl command with ofelia
I'm trying to push some Information to an API on a scheduled basis. I figured ofelia is exactly what I need. A Test with "echo test" as command worked just fine, I could see the output in the logs.No if I try to run a curl command I get the following error:2022-01-27T11:30:09.008Z common.go:121 ▶ ERROR [Job "dyndns-kasm" (b5d84c412e5f)] Finished in "1.014721ms", failed: true, skipped: false, error: exec: "curl": executable file not found in $PATH
What are some alternatives?
When comparing docker-crontab and ofelia you can also consider the following projects:
crontab-ui - Easy and safe way to manage your crontab file
swarm-cronjob - Create jobs on a time-based schedule on Docker Swarm
chadburn - Chadburn is a scheduler alternative to cron, built on Go and designed for Docker environments.
deck-chores - A job scheduler for Docker containers, configured via labels.
docker-cronicle-docker - Scheduling dockerized Cronicle cron jobs run in docker container.