-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
[AI Generated Issue]
Description
When trying to use MCP gateway and client commands in WSL, they fail with "Docker Desktop is not running" error, even when Docker Desktop is actually running. Specifically:
docker mcp gateway run
Docker Desktop is not running
docker mcp client connect vscode
Docker Desktop is not runningThis appears to be related to the broader issue described in docker/for-win#14873 where Docker CLI plugins (including docker desktop status, docker ai, and docker mcp commands) fail to detect Docker Desktop when run from WSL.
Reproduce
- Start Docker Desktop on Windows
- Verify Docker Desktop is running
- Open WSL terminal
- Try to run any of these commands:
docker mcp gateway run docker mcp client connect vscode
- Observe error message: "Docker Desktop is not running"
Expected behavior
The MCP gateway and client commands should work properly in WSL, just as they do in Windows PowerShell/CMD.
Workaround
Currently, users need to run these commands from Windows PowerShell/CMD instead of WSL.
Related Issues
This appears to be part of the same underlying issue as:
- WSL Docker CLI plugins like
docker desktop statusanddocker aido not detect Docker Desktop for-win#14873 - "WSL Docker CLI plugins likedocker desktop statusanddocker aido not detect Docker Desktop"
Reactions are currently unavailable