Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
docker-cron
Commits
adfc4f56
Commit
adfc4f56
authored
Feb 23, 2016
by
Michał 'rysiek' Woźniak
Browse files
readme
parent
797d9947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
adfc4f56
# `crond` in docker
A
`crond`
running in a ocker container, separate from the system crond. The idea is
:
be able to run as many separate
`crond`
processes as you want.
A
`crond`
running in a ocker container, separate from the system crond. The idea is
to
be able to run as many separate
`crond`
processes as you want.
## Usage
...
...
@@ -8,8 +8,8 @@ The process runs as the `cron` user. Every now and then a `sed` script is ran on
It might make good sense to volume-mount the following directories:
- `/etc/cron.d/` (this has to be read-write, for `root`->`cron` user replacements)
- `/etc/cron.daily/` (can be read-only)
- `/etc/cron.weekly/` (can be read-only)
- `/etc/cron.hourly/` (can be read-only)
- `/etc/cron.monthly/` (can be read-only)
-
`/etc/cron.d/`
(this has to be read-write, for
`root`
->
`cron`
user replacements)
-
`/etc/cron.daily/`
(can be read-only)
-
`/etc/cron.weekly/`
(can be read-only)
-
`/etc/cron.hourly/`
(can be read-only)
-
`/etc/cron.monthly/`
(can be read-only)
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