From 73b0891f4854c167e23c62e256772fb61643886d Mon Sep 17 00:00:00 2001 From: Florent Olivaud Date: Mon, 6 Feb 2017 18:03:40 +0100 Subject: [PATCH] Chkcrontab for docker --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index ea87a0d..5eeab13 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,12 @@ rpm but currently dies due to not finding the chkcrontab.1 man page. For Debian distributions there's an additional tool that might work. +Dockerfile +========== + +To use it with docker, just run +``docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp numerea/chkcrontab:1.7 chkcrontab ./path/to/crontab`` + TODO ==== * Look for duplicate entries. Puppet sometimes loads up crontabs