I started Docker Desktop on Windows 11 and it didn’t show any UI or tray icon. But in the Task Manager all processes are working.
I tried to reinstall it many times and check/uncheck Hyper-V, but nothing helped.
Is there at least a “Docker” meni item in the start menu or on the desktop?
Yes, I start it from the Start Menu. All processes are running ok in the Task Manager. I don’t have UI and tray icon
Some ideas I can think of.
- Do you have multiple monitors or some kind of virtual monitor on which Docker Desktop could open?
- Does pressing ALT+TAB help you to switch to the Docker Desktop UI?
- Do you have an Antivirus that you can temporarily disable (you can try it without internet) and reinstall Docker Desktop?
- Does running the following command from powershell or cmd work?
docker ps
- You can try the self-diagnose tool: https://docs.docker.com/desktop/troubleshoot/overview/#self-diagnose-tool from terminal
- and check the logs: https://docs.docker.com/desktop/troubleshoot/overview/#check-the-logs
Hi. Thanks for your recommendations, but they didn’t help me((
- No, I’m using only one monitor.
- I have only Microsoft Security. I tried to switch it off and tried to reinstall Docker without the internet, but it didn’t help either.
- The command “docker ps” doesn’t work.
- I tried the sefl-diagnose tool but in the logs all is OK.
Then the problem is not just the GUI.
I know that there are some Windows services so you could check those in the list of Windows services. You could try to check the Windows Event logs and also make sure you are trying to install it as an Administrator user. There is a folder in your users home called “.docker
”. You can delete that before reinstalling. That is not Windows related just a general advice.
I tried my best, but I work on macOS and Linux, so I think I’m out of ideas if the above recommendations don’t help. You can wait here for more people or try to report it on GitHub:
Hi! Tnx for your help. My problem was solved after uninstalling Docker, cleaning the register, and reinstalling Docker.
A somewhat similar problem here, also on Windows 11 Pro. First time I start Docker Destop, UI shows as expected. If I shut it down and start it again - no UI. Only reboot helps.