docker / desktop-linux

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

Docker Desktop closes if opened twice #148

Closed peshkopy closed 1 year ago

peshkopy commented 1 year ago

Expected behavior

Open the Docker Desktop application by clicking on the desktop icon, even if the application has already been launched.

Actual behavior

The Docker Desktop application closes by clicking on the desktop icon if the application has already been launched, and cannot be restarted by clicking the desktop icon again. Only Docker Desktop application is affected, not the docker engine part.

Log error : com.docker.backend[5216]: [2023-05-13T15:17:24.376171420Z][com.docker.backend][I] electron shutdown by signal: killed

Information

Steps to reproduce the behavior

  1. Open the Docker Desktop application by clicking on the desktop icon or /opt/docker-desktop/bin/docker-desktop in command line
  2. Renew 1
peshkopy commented 1 year ago

Same problem on latest version 4.22.0

mmrkvkn commented 1 year ago

same problem

lorenrh commented 1 year ago

Hi there, would you mind installing the latest version of Docker Desktop (4.22.1) and see if the problem is still there?

mmrkvkn commented 1 year ago

not fixed

peshkopy commented 1 year ago

Same problem on latest version 4.22.1

ghost commented 1 year ago

Same problem on 4.22.1 version

lorenrh commented 1 year ago

We've release Docker Desktop 4.23, containing a fix for this issue. Would you mind checking that out?

https://docs.docker.com/desktop/release-notes/

ghost commented 1 year ago

Fixed in 2.23.0 version. Works as expected for me.

peshkopy commented 1 year ago

Fixed on 4.23.0 version, thank you !