Docker does not start after the first start

After installation or reboot the laptop Docker start is ok.

Following situation:

  • Windows 11, WSL2 active (Debian running)
  • BIOS: Virtualisation enabled
  • After reboot there is a small gree arrow in the laptop icon. Start ist possible!
  • When I close Docker there is a small green thick in the laptop icon. The ui does not start! Simply nothing happens.
  • When I try starting Docker using the Windows11 powershell the repons is: Docker already running.

It seems to me the Docker-ui cannot be restarted.

Any idea?

My guess is that you closed the ui, and Docker Desktop is still running.

The UI should open, if you click “Go to the Dashboard” in the context menu of the docker system tray icon:

Hi meyay … that was ist. It works now … thanks!

Next question

When I do the operational setting in the UI … the container is opend but localhost:1880 does not work.
What I’m doing wrong?

Starting this in the terminal works:
docker run -it -p 1881:1880 -v C:\Users\albac\MyNodeRed:/data --name MyNodeRed nodered/node-red

Please create a new topic, if the original topic is resolved.
It will make it easier for others to find the topic.