docs: improve Docker build documentation with clearer notes
This commit is contained in:
parent
daeca17f38
commit
efd50064d1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue