From 7f356ade9cee541330c8590b4056bb961d9b5630 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Wed, 31 Jan 2018 17:10:30 +0530 Subject: [PATCH] Added docker image info. Added instruction to pull the docker image. #234 . --- docs/source/install/install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 6d83001c..9b20b10a 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 -------------- -- GitLab