docs: reference to new Docker image (#380)

This commit is contained in:
Max Schmitt 2025-05-09 21:01:10 +02:00 committed by GitHub
parent ef41c626ef
commit 75f74a54bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ And then in MCP client config, set the `url` to the SSE endpoint:
"mcpServers": {
"playwright": {
"command": "docker",
"args": ["run", "-i", "--rm", "--init", "mcp/playwright"]
"args": ["run", "-i", "--rm", "--init", "--pull=always", "mcr.microsoft.com/playwright/mcp"]
}
}
}
@ -216,7 +216,7 @@ And then in MCP client config, set the `url` to the SSE endpoint:
You can build the Docker image yourself.
```
docker build -t mcp/playwright .
docker build -t mcr.microsoft.com/playwright/mcp .
```
### Programmatic usage