mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-28 00:55:49 +03:00
[GH-ISSUE #28] breaks on PopOS 20.04 #27
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#27
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 @luiscarbonell on GitHub (Jun 8, 2020).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/28
Recreating
Issue
All commands seam to break because of an issue with KVM/QEMU or part of the build process...
This command got me the furthest:
But it gives me the following stack trace.... 🤷♂️
@sickcodes commented on GitHub (Jun 9, 2020):
Upstream QEMU? Was it working for you yesterday? Have you done all the README fixes? There are some closed issues specific to Pop! OS
@sickcodes commented on GitHub (Jun 9, 2020):
https://github.com/sickcodes/Docker-OSX/issues/4
@sickcodes commented on GitHub (Jun 9, 2020):
Let me know if that fixed it @luiscarbonell and we can close this
@sickcodes commented on GitHub (Jun 10, 2020):
Missing $DISPLAY please check the readme and you should be fine. POP OS seemed to be running on display :0 or :1 whereas many others on :0.0
This is solved by adding
-e DISPLAY=${DISPLAY}