docker / desktop-linux

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

Docker Desktop doesn't start (Arch 6.2.11-arch1-1) #143

Open LanderElizondo opened 1 year ago

LanderElizondo commented 1 year ago

Expected behavior

Docker desktop starts

Actual behavior

Docker desktop is stuck at "Starting Docker engine"

I assume it's related to user permission issues because i can run docker as a sudo user from terminal but I've been trying to solve the problem on my own and I cant

Information

Steps to reproduce the behavior

  1. Install Docker desktop 4.18
  2. Try to run Docker Desktop image
aiordache commented 1 year ago

Hi @LanderElizondo. It seems that you are missing the filesharing setup:

setting up ID maps for virtiofsd namespace: retrieving subordinate UID range: no range for <USER> found in /etc/subuid

This is a documented system requirement. Please check this doc page on how to set up the id mapping files (/etc/subuid, /etc/subgid) and then restart Docker Desktop.