diff --git a/doc/image-building.rst b/doc/image-building.rst
index 1ffa60794e333f6def11a4d06383484f1091b522..6e15f84aa3af39f25f7f9a8c78521f5d063433df 100644
--- a/doc/image-building.rst
+++ b/doc/image-building.rst
@@ -223,6 +223,14 @@ append
 remove
     Remove a package from the default list.
 
+Using a different base image
+----------------------------
+
+Base-image can be specified by argument ``--base-image``. For example::
+
+    kolla-build --base-image registry.access.redhat.com/rhel7/rhel --base rhel
+
+
 Plugin Functionality
 --------------------