Skip to content
Snippets Groups Projects
Unverified Commit f402851d authored by Dilawar Singh's avatar Dilawar Singh Committed by GitHub
Browse files

Merge pull request #236 from BhallaLab/dilawar-patch-docker

Added docker image info.
parents 21978c02 0d53cad0
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ to pick your distribution and follow instructions. ...@@ -20,7 +20,7 @@ to pick your distribution and follow instructions.
.. note:: .. note::
``moogli`` (tool to visualize network activity) is not available for CentOS-6. ``moogli`` (tool to visualize network activity) is not available for CentOS-6.
.. todo:: Packages for gentoo, Arch Linux .. todo:: Packages for gentoo
Mac OSX Mac OSX
^^^^^^^^ ^^^^^^^^
...@@ -31,6 +31,16 @@ MacOSX support for moose-gui is not complete yet. However, the python-scripting ...@@ -31,6 +31,16 @@ MacOSX support for moose-gui is not complete yet. However, the python-scripting
$ brew tap BhallaLab/moose $ brew tap BhallaLab/moose
$ brew install 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 Building MOOSE
-------------- --------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment