Support Forum: Get Support for Patch My PC Products and Services

Microsoft Configuration Manager and Intune (Enterprises/Paid) => Support and General Questions (Enterprises Using ConfigMgr and Intune) => Topic started by: BugsBunny on February 06, 2025, 11:46:43 AM

Title: Docker 4.38.0 x64 not launching after Windows 11 install
Post by: BugsBunny on February 06, 2025, 11:46:43 AM
Posting this for awareness. Docker 4.38.0 x64 not launching after installing on Windows 11. Have tried w/ a few different devices and builds (Windows 11 23H2 and 24H2). Application installs successfully from Company Portal via Intune Application, but then user cannot launch the application.

This appears to be a known issue being experienced by multiple users: https://github.com/docker/for-win/issues/14563.
Title: Re: Docker 4.38.0 x64 not launching after Windows 11 install
Post by: Kristee (Patch My PC) on February 06, 2025, 03:48:37 PM
Thank you for posting this! I will forward this to the team.
Title: Re: Docker 4.38.0 x64 not launching after Windows 11 install
Post by: Kristee (Patch My PC) on February 07, 2025, 11:02:38 AM
Hello! I have some info from the team.

On clean install you have to add user to docker-users local group before it will work: https://github.com/PatchMyPCTeam/Community-Scripts/tree/main/Install/Post-Install/Docker%20Users%20Local%20Group

Can you give this a try and keep us posted on the result?
Title: Re: Docker 4.38.0 x64 not launching after Windows 11 install
Post by: BugsBunny on February 11, 2025, 04:00:37 PM
I was able to test this. Installed the Docker Desktop application, then ran the PowerShell script (did this in the System context to mimic an install from Company Portal for Windows 11 devices).

This worked. I verified my user account got added to the docker-users local group. After running the script, I was able to successfully launch Docker Desktop. However, the caveat is that I had to log off and log back in after running the script.

Did this on 2 separate devices and got same results:
- Installed Docker
- ran PowerShell script
- Attempted to launch Docker. Did not launch.
- Logged off. Logged on. Attempted to launch Docker. Docker successfully launched.
Title: Re: Docker 4.38.0 x64 not launching after Windows 11 install
Post by: Kristee (Patch My PC) on February 11, 2025, 08:41:15 PM
Hi BugsBunny,

Thank you for the detailed update! I will forward this info to the team.