docs: update Docker instructions to use the latest release tag
This commit is contained in:
@@ -304,9 +304,9 @@ The new Docker implementation includes:
|
|||||||
### Getting Started
|
### Getting Started
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Pull and run the latest release candidate
|
# Pull and run the latest release
|
||||||
docker pull unclecode/crawl4ai:0.7.0
|
docker pull unclecode/crawl4ai:latest
|
||||||
docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:0.7.0
|
docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:latest
|
||||||
|
|
||||||
# Visit the playground at http://localhost:11235/playground
|
# Visit the playground at http://localhost:11235/playground
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user