docker-crontab
docker-crontab copied to clipboard
A docker job scheduler (aka. crontab for docker)
This PR makes the call to ```ensure_docker_socket_accessible``` only when DOCKER_HOST is not set. This fixes issue #46.
https://github.com/willfarrell/docker-crontab/blob/be97512ec2241f362d7d254eb213053214850655/Dockerfile#L8
When I am trying to run the image to perform a crontab job on my other running container, I get that message: NO CONFIG FILE FOUND ##### crontab generation complete...
* Add timestamp to log output * Include config folder in error message about missing config file
- add environment substitution for the project field - add a CRONTAB_PROJECT environment variable to allow reference to the project that the crontab container is running in This will allow...
Hey! Love this project, exactly what I needed. Got it mostly set up now but facing an issue with the jobs.log not getting written to and some strange errors in...
We use this image alongside a couple others via `docker-compose`, and our config for every job currently has to include `"project": "project-name"`. Could `project` default to the name of the...
When I am using the docker image, I notice that the CPU usage has a spike every few seconds. It will raise to 15 - 20%. There is only a...
I tried to find the job with crontab -l but it only shows the run-parts commands. Where can I find my job? It should be running but I don't know...
I pulled your image and tried to configure cron to run laravel scheduler. To test the setup, I am logging message through scheduler but it is not working. Here is...