Frank I apologize in advance, it's probably obvious I'm a computer noob. I promise I looked through forums etc for an answer before asking you...I'm trying to use Docker to get the latest DSI version (I had a really hard time compiling before and not sure how to get the latest version that way). I believe I have now installed docker properly, and following the instructions I could find, I'm running
docker run -ti --rm -e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $PWD:/data \
manishka/dsi-studio-docker:latest
But I'm getting this error:
No protocol specified
QXcbConnection: Could not connect to display :0
Aborted (core dumped)
and I can't figure out a way forward!
Thanks a million