Skip to content

sellerlabs/docker-cron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker-Cron

Use Cron inside Docker. Looks for crontab at /cron/crontab

Note: Does not use actual cron binary, as there are issues running it inside Docker. Uses devcron instead.

Use

This example mounts the folder containing your crontab file. Presumably you would put your scripts in the same file and reference them in your crontab as /cron/myscript.sh

$ docker run -v /host/folder/containing/crontab:/cron -d hamiltont/docker-cron

This example mounts two folders, one with the crontab and one with the scripts. You need to use /scripts/myscript.sh in your crontab

$ docker run -v /host/folder/containing/crontab:/cron -v /host/folder/scripts:/scripts -d hamiltont/docker-cron

About

Easily use cron inside docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published