From c9c183f3c7f72dca032c6caea2cf221044f93a1b Mon Sep 17 00:00:00 2001 From: Shabbir Kagalwala Date: Thu, 10 Aug 2017 14:45:03 -0500 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b103e1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Docker + +This is a simple Docker file that shows how to run crond inside a CentOS docker container. + +Add a file with your cron jobs (for example my file is cron) which will be copied inside the container. + +The steps can be applied to run cron in any CentOS docker container