Error when docker run build ubuntu 20.04

After that I reinstall docker with this steps

- sudo apt-get update
- sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
- sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
- sudo apt-get update
- sudo apt-get install -y docker-ce docker-ce-cli containerd.io
- sudo systemctl start docker
- sudo systemctl enable docker
- sudo apt install ./path/to/docker-desktop.deb (in my case is "docker-desktop-amd64.deb")
- systemctl --user start docker-desktop
- open docker desktop and login by web

I tried solutions in this Error saving credentials: error storing credentials - err: exit status 1, out: `error getting credentials - err: exit status 1, out: `exit status 2: gpg: decryption failed: No secret key`` but still error