File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,20 @@ automatically on Docker's reboot.
7
7
## How to run
8
8
9
9
``` console
10
- docker run -d -p 8811:8811 --restart=always --name=mcp-gateway -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/.docker/mcp:/mcp:ro docker/mcp-gateway --catalog=/mcp/catalogs/docker-mcp.yaml --config=/mcp/config.yaml --registry=/mcp/registry.yaml --secrets=docker-desktop --watch=true --transport=sse --port=8811
10
+ docker run -d \
11
+ -p 8811:8811 \
12
+ --restart=always \
13
+ --name=mcp-gateway \
14
+ -v /var/run/docker.sock:/var/run/docker.sock \
15
+ -v $HOME/.docker/mcp:/mcp:ro \
16
+ docker/mcp-gateway \
17
+ --catalog=/mcp/catalogs/docker-mcp.yaml \
18
+ --config=/mcp/config.yaml \
19
+ --registry=/mcp/registry.yaml \
20
+ --secrets=docker-desktop \
21
+ --watch=true \
22
+ --transport=sse \
23
+ --port=8811
11
24
```
12
25
13
26
Connect to it on ` http://localhost:8811/sse `
You can’t perform that action at this time.
0 commit comments