From 562ea8e4339f9343b0e3a1e42c8496bcb5da4249 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Sun, 12 Feb 2017 17:12:40 -0700 Subject: [PATCH] Add link to sample --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3322e93..972bda6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-crontab -A simple wrapper over `docker` to all complex cron job to be run in other containers. All in ~4MB. +A simple wrapper over `docker` to all complex cron job to be run in other containers. ## Supported tags and Dockerfile links @@ -31,7 +31,7 @@ A great project, don't get me wrong. It was just missing certain key enterprise - `dockerargs`: Command line docker `run`/`exec` arguments for full control. Defaults to ` `. - `trigger`: Array of docker-crontab subset objects. Subset includes: `image`,`project`,`container`,`command`,`dockerargs` -See `./config.sample.json` for examples. +See [`config.sample.json`](https://github.com/willfarrell/docker-crontab/blob/master/config.sample.json) for examples. ## Examples