Improved docker run command.

This commit is contained in:
Achim D. Brucker 2019-08-18 18:02:54 +01:00
parent 8836c7b02f
commit d0b183af79
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ available on \href{https://cloud.docker.com/u/logicalhacking/}{Docker Hub}. Thus
your installation of Docker supports X11 application, you can start \isadof as follows:
\begin{bash}
ë\prompt{}ë docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix logicalhacking/isabelle_dof-ë\doflatestversionë_ë\MakeLowercase{\isabellelatestversion}ë isabelle jedit
ë\prompt{}ë docker run -ti --rm -e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
logicalhacking/isabelle_dof-ë\doflatestversionë_ë\MakeLowercase{\isabellelatestversion}ë \
isabelle jedit
\end{bash}
\<close>