Jean-Philippe Briend

Results 35 comments of Jean-Philippe Briend

`When I use Docker CLI alone, everything works as expected.` Can you clarify this sentence? The Docker CLI can't do barely anything by itself. It is mostly interacting with the...

Hi, once the authentication is successful in the browser, the custom URL `docker-desktop://auth0/comlete-login?...` is invoked. The browser is supposed to create a small popup asking you if you want to...

Hi @fewebahr , would you mind generating a [Diagnostic](https://docs.docker.com/desktop/troubleshoot-and-support/troubleshoot/#diagnose-from-the-app) and post the ID here so that I can have a look at what is happening?

@arturasmckwcz you can generate a diagnostic using the command line, even if the underlying engine is not started: https://docs.docker.com/desktop/troubleshoot-and-support/troubleshoot/#diagnose-from-the-terminal

@fewebahr according to the logs, the last time you got signed out is November 16th (around 9PM GMT) and it was because your token could not be renewed because `Post...

Can you make sure WSL2 is enabled? You can find documentation on how to verify and how to enable it [here](https://docs.docker.com/desktop/wsl/).

@coyoteXujie can you try to download and install latest version (`4.34` but `4.35` is expected in a few days)? Many bugs have been solved regarding virtio (the culprit in your...

Hi @babarlhr , Have you run `sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0` as stated in the [prerequisites for Ubuntu 24.04](https://docs.docker.com/desktop/install/ubuntu/#prerequisites)?

Hi @Miarina , If you get the `Incompatible CPU` error message, then you need to download the Docker Desktop binary for your computer Architecture. If you own an M3 laptop,...

Hi @NiklasBr , here is the sequence of events which probably happens on your laptop: * your laptop restarts * Docker Desktop is configured to automatically start at startup *...