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

Added docker image info.

Added instruction to pull the docker image. #234 .
parent ca5d1495
No related branches found
No related tags found
1 merge request!236Added docker image info.
......@@ -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
--------------
......
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