Skip to content
Snippets Groups Projects

Added docker image info.

Merged Sahil Moza requested to merge dilawar-patch-docker into master
1 file
+ 11
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,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
^^^^^^^^
@@ -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 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
--------------