Skip to content

bambash/docker-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-cron

This is meant to serve as an example for running cron jobs inside of Docker. Its fine for simple things, but not recommended to run crons as root.

To use this Docker image, add your cronfiles to Cronjobs and build. You could also mount a volume containing your cronjobs via docker run -v /path/to/cronfiles:/etc/cron.d bambash/docker-cron. Just make sure the permissions are set properly, otherwise cron will not be able to execute your jobs.

About

example Docker cron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published