docs: Update docker instructions

This commit is contained in:
Karim shoair
2025-10-28 17:20:27 +03:00
parent 58784b7c90
commit 6cc48161cd
2 changed files with 17 additions and 2 deletions
+6 -2
View File
@@ -297,11 +297,15 @@ Starting with v0.3.2, this installation only includes the parser engine and its
Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
### Docker
You can also install a Docker image with all extras and browsers with the following command:
You can also install a Docker image with all extras and browsers with the following command from DockerHub:
```bash
docker pull pyd4vinci/scrapling
```
This image is automatically built and pushed to Docker Hub through GitHub actions right here.
Or download it from the GitHub registry:
```bash
docker pull ghcr.io/d4vinci/scrapling:latest
```
This image is automatically built and pushed through GitHub actions on the repository's main branch.
## Contributing
+11
View File
@@ -148,6 +148,17 @@ Starting with v0.3.2, this installation only includes the parser engine and its
```
Don't forget that you need to install the browser dependencies with `scrapling install` after any of these extras (if you didn't already)
### Docker
You can also install a Docker image with all extras and browsers with the following command from DockerHub:
```bash
docker pull pyd4vinci/scrapling
```
Or download it from the GitHub registry:
```bash
docker pull ghcr.io/d4vinci/scrapling:latest
```
This image is automatically built and pushed through GitHub actions on the repository's main branch.
## How the documentation is organized
Scrapling has a lot of documentation, so we try to follow a guideline called the [Diátaxis documentation framework](https://diataxis.fr/).