We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e4d90 commit 69cdbe6Copy full SHA for 69cdbe6
README.md
@@ -66,6 +66,15 @@ docker mcp --help
66
67
## Usage
68
69
+> [!NOTE]
70
+> **Running without Docker Desktop Feature Flags**
71
+>
72
+> If you encounter "Docker Desktop is not running" errors when the Docker daemon is active, you can bypass Desktop feature checks by setting:
73
+> ```bash
74
+> export DOCKER_MCP_IN_CONTAINER=1
75
+> ```
76
+> This is useful when running in WSL2, containerized environments, or Docker CE where Desktop backend sockets are unavailable.
77
+
78
### Catalog Management
79
80
Manage the catalogs available to the MCP gateway. The [default catalog](https://hub.docker.com/mcp) is available with the name 'docker-mcp'.
0 commit comments