Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

alpine-docker-cron

A simple and light container to execute cron in a docker environment

  • stop on SIGINT
  • log everything to stdout/stderr using the /usr/bin/execute script

Example * * * * * /usr/bin/execute /sample.sh

See the sample directory