diff --git a/Documents/Shore/cleanup/README.rst b/Documents/Shore/cleanup/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..5b5959e20e43e3d8c53cd00323b01b25504c1d2d
--- /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.