Easy to use cron service as container.
2.0K
Go-Cron is an easy to use cron service inside of a container.
docker run -e CRON_TIME=1m -e COMMAND="ls -l" avhost/go-cron
| Name | Default Value | Description |
|---|---|---|
| COMMAND | The command that should be executed by go-cron | |
| CRON_TIME | 15m | In which interval the COMMAND has to be run (m, s, h) |
| LOGLEVEL | info | The loglevel (info, warn, error, debug) |
| ENABLE_SYSLOG | true | Enable/disable syslog |
Content type
Image
Digest
sha256:aa8808bc4…
Size
9.7 MB
Last updated
7 months ago
docker pull avhost/go-cron