mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #280] Fail to run image #192
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#192
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 @banderlog on GitHub (May 15, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/280
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 16, 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