Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 892 Bytes

File metadata and controls

25 lines (18 loc) · 892 Bytes

CRON Docker Image

License Release Docker Pulls

Overview

Alpine Docker image running Cron. Built on top of the Scalified Supervisor image

Usage

docker run \
    --name cron \
    -v crontab:/etc/crontabs/root:ro \
    --detach \
    --restart always \
    scalified/cron

Made with ❤️ by Scalified