Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
/ docker-cron Public archive

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