diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst
index 6d83001c30d57a9cbe04f831d40f49bdcae2e714..9b20b10a13dcff9e08c41edfae1e44bebf601654 100644
--- a/docs/source/install/install.rst
+++ b/docs/source/install/install.rst
@@ -35,6 +35,16 @@ MacOSX support for moose-gui is not complete yet. However, the python-scripting
     $ brew tap BhallaLab/moose
     $ brew install moose
 
+Docker Images
+^^^^^^^^^^^^^^
+
+Docker images are available for stable version. 
+::
+      $ docker pull bhallalab/moose
+      $ docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY bhallalab/moose
+      
+This will launch `xterm`; run `moosegui` in terminal to lauch the GUI. 
+
 
 Building MOOSE
 --------------