mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
QUEMU - Error on start docker #461
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 @MaironCosta on GitHub (Jan 22, 2023).
I've got this error when I run the docker run.
command:
docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ sickcodes/docker-osx:venturalog error:
I'm using fedora 37. a new instalation.
@sickcodes commented on GitHub (Jan 23, 2023):
xhost +See https://github.com/sickcodes/Docker-OSX#libgtk-errors-connection-refused
@nnzv commented on GitHub (Apr 6, 2023):
Thanks to your suggestion, the error I was experiencing has been fixed. Would it be appropriate to proceed with closing the issue now, @sickcodes? Also, I think @MaironCosta might benefit from the same solution.