Skip to content

Commit 83111d6

Browse files
committed
More readable
Signed-off-by: David Gageot <[email protected]>
1 parent 34ccec5 commit 83111d6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

examples/container/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ automatically on Docker's reboot.
77
## How to run
88

99
```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
1124
```
1225

1326
Connect to it on `http://localhost:8811/sse`

0 commit comments

Comments
 (0)