From 6cc48161cd763af40adbd27d0f186ee58e80f183 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 28 Oct 2025 17:20:27 +0300 Subject: [PATCH] docs: Update docker instructions --- README.md | 8 ++++++-- docs/index.md | 11 +++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1dcf3f..de07c3c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 146a7eb..791f2ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/).