diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 5fb4bfe953d59118859d77ae7e3bce499ee0c166..4e6ca5d3a3f32334125b3d76c7a41be9e7ba790b 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -20,7 +20,7 @@ to pick your distribution and follow instructions. .. note:: ``moogli`` (tool to visualize network activity) is not available for CentOS-6. -.. todo:: Packages for gentoo, Arch Linux +.. todo:: Packages for gentoo Mac OSX ^^^^^^^^ @@ -31,6 +31,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 of stable version are available from public repository. +:: + $ 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 --------------