docker-crontab
docker-crontab copied to clipboard
A docker job scheduler (aka. crontab for docker)
- cleanup of script based on shellcheck.net - general reformatting - updated alpine version - addressed issues: - top-level script name is not picked up - jq parsing errors if...
Is there a method for controlling how the config.working.json is updated, cleaned up after editing the config.json/yml? And same with the jobs folder, this seems to hold a lot of...
This fixes the issue #41 log error. ``` jq: error (at :1): Cannot iterate over null (null) ```
On macOS, the crontab container runs with the below error: crontab-1 | crond: USER docker pid 242 cmd /bin/bash /opt/crontab/jobs/6ad06749-351e-459c-8f70-0291a9833c2e.sh crontab-1 | Start Cronjob **6ad06749-351e-459c-8f70-0291a9833c2e** test curl crontab-1 | Got...
Hi, When I try to debug which script have been run at a precise date, I'm not able to do it because logs have no date. Is that possible to...
When docker build on M1 Mac, the rq command will cause segmentation fault. ``` # rq --version qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault ```...
Example based on issue #50.
Is there a way to start or stop an other container in the docker-environment with this? If so, could someone give a basic example config please?
For a while now I have a script running that checks on my Docker host if there is any updated image waiting to be pulled. This works fine for all...
I'm using the configuration below, and it complains about docker.sock: ``` stat: can't stat '/var/run/docker.sock': No such file or directory ``` ```yaml crontab: image: willfarrell/crontab container_name: crontab restart: unless-stopped depends_on:...