docs: improve Docker build documentation with clearer notes

This commit is contained in:
yangdx 2025-10-16 17:17:41 +08:00
parent daeca17f38
commit efd50064d1

View file

@ -165,6 +165,8 @@ docker buildx build \
. .
``` ```
> **Note**: `--load` loads the image to local Docker, but only supports single platform. For multi-platform, use `--push` instead.
**Lite image:** **Lite image:**
```bash ```bash
@ -176,7 +178,7 @@ docker buildx build \
. .
``` ```
> **Note**: `--load` loads the image to local Docker, but only supports single platform. For multi-platform, use `--push` instead. > The lite version Docker image includes only the default storage and LLM drivers, minimizing image size.
#### B. Build and Push to Registry #### B. Build and Push to Registry