mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
"No Protocol Specified" after docker run on pop!_os 20.04 #6
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 @mythral on GitHub (Jun 5, 2020).
System Info
OS: pop!_os 20.04
Kernel: 5.4.0-7634-generic
Steps taken
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manageregrep -c '(svm|vmx)' /proc/cpuinfoand got8./dev/kvmhad permissions666.docker pull sickcodes/docker-osxdocker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osxLog
@code-doge commented on GitHub (Jun 5, 2020):
I had same issue on Ubuntu 20.04
@sickcodes commented on GitHub (Jun 5, 2020):
Try this:
@mythral commented on GitHub (Jun 5, 2020):
This worked for me. Thanks :)