Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Fabio Montefuscolo
docker-awscron
Commits
12ede617
Commit
12ede617
authored
Apr 10, 2017
by
Fabio Montefuscolo
Browse files
small readme
parent
274f9602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+26
-0
No files found.
README.md
0 → 100644
View file @
12ede617
# Cron Daemon
This image lets you run scripts using cron daemon. You should extend this
image by adding tools you need, like rsync, ssh, ncat or others.
## Using
You should mount a folder with your scripts in crond container. The mounting
points are described by their folder name.
*
/etc/periodic/15min
*
/etc/periodic/hourly
*
/etc/periodic/daily
*
/etc/periodic/weekly
*
/etc/periodic/monthly
## Example
```
docker run --rm -name crontainer \
-v /my-hourly-scripts/:/etc/periodic/hourly \
-d montefuscolo/crond
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment