Skip to content

Commit

Permalink
Update docker.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 20, 2016
1 parent 2627ab2 commit 09cadef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ You can therefore use:
This requires to able to run Linux GUI Apps:

* On Linux, this is done using the following command in place of the previous command:
* On Linux, this is done using the following command in place of the previous command:

..code-block:: console
..code-block:: console

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix statiskit/ubuntu:autowig
$ docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix statiskit/ubuntu:autowig

* On Windows refers to this `post <http://manomarks.github.io/2015/12/03/docker-gui-windows.html>`_.
* On MacOs refers to this `post <https://github.com/docker/docker/issues/8710>`_.
* On Windows refers to this `post <http://manomarks.github.io/2015/12/03/docker-gui-windows.html>`_.
* On MacOs refers to this `post <https://github.com/docker/docker/issues/8710>`_.

0 comments on commit 09cadef

Please sign in to comment.