You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its possible to put docker into odd states where commands like "docker info" will wait indefinitely. I've done a lot of mucking around but I think
I attempted to started docker by doing a Start-Process on the "Docker Desktop.exe".
Also managed to get it into state where "docker desktop status" says docker is stopped, but "docker desktop start" says its already running.
The text was updated successfully, but these errors were encountered:
Description
Docker desktop cannot be started using a remote powershell session connected via WinRM.
Attempts using either the docker desktop cli commands or running the "Docker Desktop.exe" manually both fail.
Reproduce
The console messages that its starting docker desktop will not be displayed.
The command locks up indefinitely (Waited for over 10 minutes)
Expected behavior
"docker desktop start" completes successfully and docker desktop is started and docker commands can run without locking up.
docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:40:21 2024 OS/Arch: windows/amd64 Context: desktop-linux Server: Docker Desktop 4.37.1 (178610) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:57 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
9400C291-C06A-44F1-B38A-E07D15238F3F/20250108030507
Additional Info
Its possible to put docker into odd states where commands like "docker info" will wait indefinitely. I've done a lot of mucking around but I think
I attempted to started docker by doing a Start-Process on the "Docker Desktop.exe".
Also managed to get it into state where "docker desktop status" says docker is stopped, but "docker desktop start" says its already running.
The text was updated successfully, but these errors were encountered: