frankyeh / DSI-Studio

A Tractography Tool for Diffusion MRI
http://dsi-studio.labsolver.org
Other
118 stars 54 forks source link

Make docker container available for Windows #49

Closed JohannesWiesner closed 3 years ago

JohannesWiesner commented 3 years ago

On the download page it says:

 LINUX 
 DSI Studio can run on Linux by using docker container or singularity

docker image: docker://dsistudio/dsistudio

docker run -ti --rm -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v $PWD:/data \ dsistudio/dsistudio:latest

However, I would like to use Docker on Windows (my local laptop) just to try out a DSI-Studio-Pipeline on one or two dummy subjects. Are there plans to also implement a working container that works also on Windows?

frankyeh commented 3 years ago

The same container should also work on Windows.

On Fri, Apr 16, 2021 at 6:20 AM JohannesWiesner @.***> wrote:

On the download page http://dsi-studio.labsolver.org/dsi-studio-downloadit says:

LINUX DSI Studio can run on Linux by using docker container or singularity

docker image: docker://dsistudio/dsistudio

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/data dsistudio/dsistudio:latest

However, I would like to use Docker on Windows (my local laptop) just to try out a DSI-Studio-Pipeline on one or two dummy subjects. Are there plans to also implement a working container that works also on Windows?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/frankyeh/DSI-Studio/issues/49, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDI4PXNMYGPJ35RUWT6ELTJAFPHANCNFSM43BIBCZQ .

JohannesWiesner commented 3 years ago

Ah okay...I got confused by -e DISPLAY=$DISPLAY and the mount-flag -v /tmp/.X11-unix:/tmp/.X11-unix. How is that working on my Windows machine since there is no $DISPLAY and /tmp/.X11-unix?

frankyeh commented 3 years ago

The setting on Windows may be different: https://docs.docker.com/docker-for-windows/install/ but the container file should be the same.

On Sun, Apr 18, 2021 at 7:13 AM JohannesWiesner @.***> wrote:

Ah okay...I got confused by -e DISPLAY=$DISPLAY and the mount-flag -v /tmp/.X11-unix:/tmp/.X11-unix. How is that working on my Windows machine since there is no $DISPLAY and /tmp/.X11-unix?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/frankyeh/DSI-Studio/issues/49#issuecomment-821974823, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDI4KF3UNOKUUHIWLLVTTTJK5E7ANCNFSM43BIBCZQ .