Search Docker Hub
crontab
By fenying
A simple crontab image
104
GitHub
Mount the scheduler file of crontab on /data/crontab
/data/crontab
Mount the output file of crontab on /data/output if needed.
/data/output
Start the container without extra cmd.
e.g. docker run -v$PWD/crontab:/data/crontab -v$PWD/output:/data/output fenying/crontab:alpine
docker run -v$PWD/crontab:/data/crontab -v$PWD/output:/data/output fenying/crontab:alpine
Content type
Image
Digest
Size
17 MB
Last updated
almost 5 years ago
docker pull fenying/crontab:docker-alpine