From e1a745ae15fd6fd01080e4387ba3f210f2c4fe00 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Sun, 12 Feb 2017 16:59:57 -0700 Subject: [PATCH] Update size --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a2ce30..3322e93 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 <45MB. +A simple wrapper over `docker` to all complex cron job to be run in other containers. All in ~4MB. ## Supported tags and Dockerfile links @@ -66,6 +66,6 @@ CMD ["crond", "-f"] ## TODO - [ ] Make smaller by using busybox? - [ ] Have ability to auto regenerate crontab on file change -- [ ] Run commands on host machine +- [ ] Run commands on host machine (w/ --privileged?) - [ ] Write tests - [ ] Setup TravisCI \ No newline at end of file