docker / desktop-linux

Bug reports for Docker Desktop for Linux
https://docs.docker.com/desktop/linux/
77 stars 5 forks source link

Need to install qemu-system-x86 >= 5.2.0 while installing docker-desktop #147

Open DuanShaoCheng opened 1 year ago

DuanShaoCheng commented 1 year ago

I am trying to install docker-desktop on my operating system and getting the following error message: "Need to install qemu-system-x86 >= 5.2.0". I have installed the qemu-kvm and qemu-img packages on RHEL 9, but I cannot find the qemu-system-x86 package in the official repository. I tried installing from the EPEL repository, but still couldn't find this package. How can I install qemu-system-x86 >= 5.2.0 on RHEL 9? Are there any other sources available?

Thank you!

charlymanja commented 1 year ago

Same to me.

I tried this... [root@centos9 ~]# rpm -ivh docker-desktop-4.20.1-x86_64.rpm --nodeps Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:docker-desktop-4.20.1-110738 ################################# [100%] Enabling use of privileged ports by Docker Desktop kubernetes.docker.internal added to /etc/hosts Reloading systemd daemon for logged in users Done reloading systemd daemon for logged in users Enabling use of privileged ports by Docker Desktop

Not sure if it will work!

charlymanja commented 1 year ago

of course won't work..

image