mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
No protocol specified Unable to init server #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cristuker on GitHub (Jun 6, 2020).
I run
and
@sickcodes commented on GitHub (Jun 6, 2020):
Please post output:
Try this command:
docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev:/dev -v /lib/modules:/lib/modules sickcodes/docker-osx@Cristuker commented on GitHub (Jun 6, 2020):
Sorry, i try other commands and read the readme whit attention this issue is unecessary, my mistake, sorry.
@sickcodes commented on GitHub (Jun 6, 2020):
Thanks mate :) which command worked for you?
@proequilibrium commented on GitHub (Jul 21, 2020):
I had same issue, after another which was solved by https://github.com/sickcodes/Docker-OSX troubleshoots.
Finaly I used the first docker command and it works.
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx@sickcodes commented on GitHub (Jul 25, 2020):
Thanks for letting us know :)