From 78b6259310a8f371f7ea92a0b959dee1013a42f1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 18 May 2016 18:36:05 +0300
Subject: [PATCH] - Added README file to the cleanup scripts.

---
 Documents/Shore/cleanup/README.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 Documents/Shore/cleanup/README.rst

diff --git a/Documents/Shore/cleanup/README.rst b/Documents/Shore/cleanup/README.rst
new file mode 100644
index 0000000..5b5959e
--- /dev/null
+++ b/Documents/Shore/cleanup/README.rst
@@ -0,0 +1,18 @@
+Cleanup scripts
+***************
+
+Clean and update scripts for Vagrant boxes and instances and Docker images and
+containers.
+
+Usage
+-----
+
+The update scripts download new boxes/ images, the Vagrant clean scripts removes
+old version of base boxes (if newer ones are present) and the Docker clean
+script removes exited or created containers and dangling images.
+
+Requirements
+------------
+
+Obviously Docker and Vagrant respectfuly, also Python and the :code: `sh` and
+:code: `parse` Python packages for the Vagrant scripts.
-- 
GitLab