Skip to content

An example of running cron job in a docker container.

Notifications You must be signed in to change notification settings

thelebster/docker-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

An example of running cron job in a docker container.

Check the https://crontab.guru to find more crontab expressions.

Ubuntu 18.04

~125 Mb

docker build --rm -t thelebster/ubuntu-cron-example ./ubuntu
docker run -ti --rm --name ubuntu-cron-example -d thelebster/ubuntu-cron-example

Alpine 3.8

~5 Mb

docker build --rm -t thelebster/alpine-cron-example ./alpine
docker run -ti --rm --name alpine-cron-example -d thelebster/alpine-cron-example

About

An example of running cron job in a docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published