mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #619] QUEMU - Error on start docker #461
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#461
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/619
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.