mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
breaks on PopOS 20.04 #27
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 @luiscarbonell on GitHub (Jun 9, 2020).
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}