Skip to content

Commit 33ba349

Browse files
authored
Use non TTY docker with translate (#333)
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent ef79e12 commit 33ba349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Copy [.env.example](.env.example) to `.env` and tweak any of the settings (or us
241241
```bash
242242
# 1️⃣ Spin up the sample GO MCP time server using mcpgateway.translate & docker
243243
python3 -m mcpgateway.translate \
244-
--stdio "docker run --rm -it -p 8888:8080 ghcr.io/ibm/fast-time-server:latest -transport=stdio" \
244+
--stdio "docker run --rm -i -p 8888:8080 ghcr.io/ibm/fast-time-server:latest -transport=stdio" \
245245
--port 8003
246246

247247
# Or using the official mcp-server-git using uvx:

0 commit comments

Comments
 (0)