Skip to content

Instantly share code, notes, and snippets.

@b1ek
Created January 14, 2023 09:28
Show Gist options
  • Save b1ek/70f45b95c916b4d9bf32a23b5e3c2ee5 to your computer and use it in GitHub Desktop.
Save b1ek/70f45b95c916b4d9bf32a23b5e3c2ee5 to your computer and use it in GitHub Desktop.
Docker desktop installation on arch-based distros

Docker desktop installation on arch-based distros

  1. Install docker (pacman -S docker)
  2. Download package from https://docs.docker.com/desktop/install/archlinux/
  3. Install the package as said in the website
  4. Done

Common issues

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment