skip to Main Content

Dialog shows when open Docker Desktop
The dialog shows:
running VM: running VM and dependencies: running VM: running qemu: qemu: waiting for qemu process: exit status 1
I have tried to remove and reinstall the Docker Desktop and even the Ubuntu but it doesn’t work.

2

Answers


  1. I was receiving the same error. I sort of fixed it. (It’s slow)

    I wanted to run Docker-Desktop on an Ubuntu 22.04 Virtual Machine (Client) on Virtual Box on Ubuntu Host.

    I enabled these settings:

    Virtual Box Settings

    Choose your virtual machine

    Under System > Processor > Extended Features

    • Enable PAE/NX
    • Enable Nested VT-x/AMD-V

    The second option is greyed out, so I had to follow this

    Virtualbox enable nested vtx/amd-v greyed out

    Restart everything.

    Login or Signup to reply.
  2. I have the same problem too, I tried your solution however it doesn’t work for me.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search