https://github.com/timokluser-dev/docker-crontab
crond in alpine container
https://github.com/timokluser-dev/docker-crontab
Last synced: 4 months ago
JSON representation
crond in alpine container
- Host: GitHub
- URL: https://github.com/timokluser-dev/docker-crontab
- Owner: timokluser-dev
- Created: 2023-09-10T16:30:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T16:31:15.000Z (almost 3 years ago)
- Last Synced: 2026-02-08T14:53:38.007Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-crontab
Docker based cron deamon (crond) using alpine.
## Build
```bash
docker build -t docker-crontab .
```
## Running
```bash
docker run docker-crontab
```