Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/Docker-OSX#6 2025-12-28 23:20:38 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04

@code-doge commented on GitHub (Jun 5, 2020):

I had same issue on Ubuntu 20.04

adam commented on issue starred/Docker-OSX#4 2025-12-28 23:20:38 +01:00
legal concern

@TBortels commented on GitHub (Jun 5, 2020):

So long as the host system is Apple hardware, it's perfectly kosher. I ran Fedora on a mac mini for years. If not, it's the same as a hackintosh - a…

adam commented on issue starred/Docker-OSX#6 2025-12-28 23:20:38 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04

@sickcodes commented on GitHub (Jun 5, 2020):

Try this:

echo $DISPLAY

# ARCH
sudo pacman -S xorg-xhost

# UBUNTU DEBIAN
sudo apt install x11-xserver-utils

# CENTOS RHEL…
adam commented on issue starred/Docker-OSX#6 2025-12-28 23:20:38 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04

@mythral commented on GitHub (Jun 5, 2020):

Try this:

echo $DISPLAY

# ARCH
sudo pacman -S xorg-xhost

# UBUNTU DEBIAN
sudo apt install x11-xserver-utils

…
adam commented on issue starred/Docker-OSX#4 2025-12-28 23:20:38 +01:00
legal concern

@zakius commented on GitHub (Jun 5, 2020):

Note that many countries reasonably outlaw the "running on Apple hardware" part, bot you still require a valid license

adam commented on issue starred/Docker-OSX#5 2025-12-28 23:20:38 +01:00
Can't run OS X inside of OS X

@suda commented on GitHub (Jun 5, 2020):

It probably won't be possible to run it on macOS as Docker for Mac is actually running a tiny Linux VM with Docker inside, so the "matryoshka" would even…

adam commented on issue starred/Docker-OSX#4 2025-12-28 23:20:38 +01:00
legal concern

@macdougall commented on GitHub (Jun 6, 2020):

If you own a mac. You own a copy of OSX. It doesn't matter if you visualize it or not as long as you're officially a licensed customer and agreed to…

adam opened issue starred/Docker-OSX#4 2025-12-28 23:20:37 +01:00
legal concern
adam opened issue starred/Docker-OSX#5 2025-12-28 23:20:37 +01:00
Can't run OS X inside of OS X
adam opened issue starred/Docker-OSX#6 2025-12-28 23:20:37 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04
adam closed issue starred/Docker-OSX#6 2025-12-28 23:20:37 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04
adam commented on issue starred/Docker-OSX#5 2025-12-28 23:20:37 +01:00
Can't run OS X inside of OS X

@kongminhao commented on GitHub (Jun 5, 2020):

matryoshka forbidden.

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:36 +01:00
Permissions issues with qemu-system-x86_64

@sickcodes commented on GitHub (Jun 8, 2020):

the x11-server-utils was already installed on my machine. host + doesn't work.

But this boots OSX for me!

docker run…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:36 +01:00
Permissions issues with qemu-system-x86_64

@EmmanuelZapata commented on GitHub (Jun 14, 2020):

Any help getting this to work on Unraid??

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:36 +01:00
Permissions issues with qemu-system-x86_64

@stormfleet commented on GitHub (Apr 1, 2021):

In case anyone is a major bogus numpty like me - everyone here is getting qemu-system-x86_64: Permission denied, that is not the same as…

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:35 +01:00
Permissions issues with qemu-system-x86_64

@sickcodes commented on GitHub (Jun 5, 2020):

Ok it's an env issue, changing it now to always choose whichever display you're looking at

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:35 +01:00
Permissions issues with qemu-system-x86_64

@sickcodes commented on GitHub (Jun 5, 2020):

echo $DISPLAY

# ARCH
sudo pacman -S xorg-xhost

# UBUNTU DEBIAN
sudo apt install x11-xserver-utils

# CENTOS RHEL FEDORA
sudo yum…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:35 +01:00
Permissions issues with qemu-system-x86_64

@luposlip commented on GitHub (Jun 6, 2020):

the x11-server-utils was already installed on my machine. host + doesn't work.

But this boots OSX for me!

docker run --privileged -e…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:35 +01:00
Permissions issues with qemu-system-x86_64

@Anon-Exploiter commented on GitHub (Jun 7, 2020):

sudo chmod 666 /dev/kvm

Thanks, changing the permissions of /dev/kvm and @roryrjb [command](https://github.com/sickcodes/…

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:34 +01:00
Permissions issues with qemu-system-x86_64

@muedie commented on GitHub (Jun 5, 2020):

Output of running teamviewer:

Starting teamviewerd.............


Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching…