mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Fail to run image #190
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 @banderlog on GitHub (May 15, 2021).
Trying to run images as stated in the README, but it fails:
@sickcodes commented on GitHub (May 16, 2021):
Missing issue template for diagnosing your problem.
@banderlog commented on GitHub (May 16, 2021):
Sorry, my bad. Here it is:
@sickcodes commented on GitHub (May 16, 2021):
Try this first:
https://github.com/sickcodes/Docker-OSX#initial-setup
At first glance, you are not in the kvm group. Secondly, I don't think your system allows it. Try this:
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs@Attivik commented on GitHub (May 16, 2021):
I had a similar problem on my (K)Ubuntu 20.04, I worked it out by running
xhost +before the docker command.@banderlog commented on GitHub (May 17, 2021):
run log after initial setup
Issue template after initial-setup
uname -a \
xhost +;before docker command helped, thx @Attivik :]@BackMountainDevil commented on GitHub (Jul 2, 2021):
Excuse me. So how do you solve the problem in the end...
@sickcodes commented on GitHub (Jul 2, 2021):
Can you post a new issue with the diagnostic infio or search closed issues for the problem you're having?
@BackMountainDevil commented on GitHub (Jul 3, 2021):
of course. and I have solved it by
xhost +SI:localuser:kearney