How I can connect docker desktop and my docker hub on ubuntu 22.04

Unless you have some special reason to use Docker Desktop, you should uninstall it and install Docker Engine

Docker Desktop launches a Linux VM with Docker Engine in it. Since you’re already on Linux, better not limit yourself with the VM

Yap I have it that’s why I need to use docker desktop but problem come when I try to sign in I get that message

Make sure you don’t miss anything in the official documentation

including the system requirements link at the beginning

https://docs.docker.com/desktop/setup/install/linux/#general-system-requirements

so you initialize pass properly

https://docs.docker.com/desktop/setup/sign-in/#credentials-management-for-linux-users

Pass can be used without Docker Desktop, it is just the default for the Desktop so your password is not stored in plain text

Also, have you considered installing the package the error message mentions?

sudo apt-get install pass 

The login should open your default browser, so you can perform the sso login, then forward the browser to a local port to pass the login information to Docker Desktop.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.