mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 23:53:33 +01:00
Error running Docker-OSX on Fedora #510
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 @micartey on GitHub (Jun 28, 2023).
When running any OS, I get the following error
So I renamed
/tmpto sth like~/.tmpwhich works, but then I run into the next errorI have kvm installed and the folder does in fact exist.
Any ideas how I can fix that?
@dmelo commented on GitHub (Jul 4, 2023):
@micartey , if you don't have
/dev/kvmits likely that you still need to enable virtualization on you bios. Besides that, I followed this guide and it worked for me https://dev.to/ianito/how-to-emulate-ios-on-linux-with-docker-4gj3#installation I'm also using Fedora.@micartey commented on GitHub (Jul 4, 2023):
Hello @dmelo,
thanks for the response.
I do have the
/dev/kvmfolder as I said:However, I didn't enable anything specific on my bios.
Could you tell me which option should be enabled?
@dmelo commented on GitHub (Jul 4, 2023):
Is it a folder? Its suppose to be a device:
See the char "c" at the beginning of the permissions. https://unix.stackexchange.com/questions/698528/meaning-of-file-type-c-in-ls-l-command
Where to enable virtualization, depends on your bios. But I think you'll find the instructions easily, if you search for your manufacturer/model and how to enable virtualization / enable "/dev/kvm". For me, its something like this https://www.asus.com/us/support/FAQ/1045141/
@micartey commented on GitHub (Jul 5, 2023):
It does have a leading "c".
I just assumed it is a directory since it is not a file.
I'll test changing some bios settings later
@coderforlife commented on GitHub (Aug 24, 2023):
Fedora has selinux which means you likely need to put
:zbehind the -v argument (like-v /tmp/.X11-unix:/tmp/.X11-unix:z) otherwise files cannot be shared. I am however having other problems with Fedora (ALSA problems...).@chriscarrollsmith commented on GitHub (Dec 2, 2024):
You can resolve this problem by going to Docker -> Preferences... -> Resources -> File Sharing in the Docker dashboard and adding tmp/.X11-unix as a shared directory.
@micartey commented on GitHub (Dec 4, 2024):
I cannot test this anymore as I switch to a different OS and also ditched X11 for wayland.
I'll leave this issue open for others with the same problem.