docs: fix Docker image name in remaining examples (#315)
This commit is contained in:
@@ -208,7 +208,7 @@ Docker alternative:
|
||||
|
||||
```bash
|
||||
docker pull pyd4vinci/scrapling
|
||||
docker run -i --rm scrapling mcp
|
||||
docker run -i --rm pyd4vinci/scrapling mcp
|
||||
```
|
||||
|
||||
The MCP server name when registering with a client is `ScraplingServer`. The command is the path to the `scrapling` binary and the argument is `mcp`.
|
||||
@@ -50,7 +50,7 @@ The extract command is a set of simple terminal tools that:
|
||||
scrapling extract get "https://example.com" content.txt
|
||||
|
||||
# Or use the Docker image with something like this:
|
||||
docker run -v $(pwd)/output:/output scrapling extract get "https://blog.example.com" /output/article.md
|
||||
docker run -v $(pwd)/output:/output pyd4vinci/scrapling extract get "https://blog.example.com" /output/article.md
|
||||
```
|
||||
|
||||
- **Extract Specific Content**
|
||||
|
||||
Reference in New Issue
Block a user