|
1 |
| -# Alpine Cron Docker # |
| 1 | +# Docker Cron |
2 | 2 |
|
3 |
| -[](https://hub.docker.com/r/scalified/alpine-cron) |
4 |
| -[](https://microbadger.com/images/scalified/alpine-cron) |
5 |
| -[](https://microbadger.com/images/scalified/alpine-cron) |
| 3 | +[](https://hub.docker.com/r/scalified/cron) |
6 | 4 |
|
7 | 5 | ## Description
|
8 | 6 |
|
9 |
| -This repository is used for building a Docker image containing [**Cron**](https://en.wikipedia.org/wiki/Cron) |
10 |
| -running on [**Alpine Linux**](https://alpinelinux.org/) |
| 7 | +This repository is used for building a [**Docker**](https://www.docker.com) image containing [**Cron**](https://en.wikipedia.org/wiki/Cron) |
11 | 8 |
|
12 | 9 | ## Dockerhub
|
13 | 10 |
|
14 |
| -**`docker pull scalified/alpine-cron`** |
15 |
| - |
16 |
| -## Version |
17 |
| - |
18 |
| -| Tag | Alpine Version | |
19 |
| -|----------------|----------------| |
20 |
| -| latest, 3.20.0 | 3.20.0 | |
21 |
| -| 3.18.2 | 3.18.2 | |
22 |
| -| 3.9 | 3.9 | |
23 |
| -| 3.4 | 3.4 | |
| 11 | +**`docker pull scalified/cron`** |
24 | 12 |
|
25 | 13 | ## Supported build arguments
|
26 | 14 |
|
27 | 15 | * `CRONTABS_DIR` - the directory where system wide crontab is located (default `/etc/crontabs`)
|
28 |
| -* `PERIODIC_DIR` - the top level directory containing daily, weekly, monthly, and security subdirectories which contain standard system periodic executables (default `/etc/periodic`) |
29 | 16 | * `CRON_STDOUT_FILE` - the log file used to output cron's stdout
|
30 | 17 | * `CRON_STDERR_FILE` - the log file used to output cron's stderr
|
31 | 18 |
|
32 | 19 | ## Volumes
|
33 | 20 |
|
34 | 21 | * **`/etc/crontabs`**, unless `CRONTABS_DIR` argument overrides it
|
35 |
| -* **`/etc/periodic`**, unless `PERIODIC_DIR` argument overrides it |
36 | 22 |
|
37 | 23 | ### How-To
|
38 | 24 |
|
39 | 25 | #### Building Docker Image
|
40 | 26 |
|
41 |
| -`docker build . -t scalified/alpine-cron:<tag>` |
| 27 | +`docker build . -t scalified/cron:<tag>` |
42 | 28 |
|
43 | 29 | #### Running Docker Image
|
44 | 30 |
|
45 |
| -`docker run -it scalified/alpine-cron /bin/sh` |
| 31 | +`docker run -it scalified/cron /bin/sh` |
46 | 32 |
|
47 | 33 | ## Scalified Links
|
48 | 34 |
|
|
0 commit comments