- Install docker (
pacman -S docker
) - Download package from https://docs.docker.com/desktop/install/archlinux/
- Install the package as said in the website
- Done
- The app is saying that docker engine is starting, but nothing happens for a long time.
It looks like QEMU is not installed. Try (re)installing it via pacman -S qemu
and see if that solved the error