Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ docker mcp --help

## Usage

> [!NOTE]
> **Running without Docker Desktop Feature Flags**
>
> If you encounter "Docker Desktop is not running" errors when the Docker daemon is active, you can bypass Desktop feature checks by setting:
> ```bash
> export DOCKER_MCP_IN_CONTAINER=1
> ```
> This is useful when running in WSL2, containerized environments, or Docker CE where Desktop backend sockets are unavailable.

### Catalog Management

Manage the catalogs available to the MCP gateway. The [default catalog](https://hub.docker.com/mcp) is available with the name 'docker-mcp'.
Expand Down