Skip to content
1 change: 1 addition & 0 deletions content/manuals/ai/model-runner/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ aliases:
## Key features

- [Pull and push models to and from Docker Hub](https://hub.docker.com/u/ai)
- Package GGUF files as OCI Artifacts and publish them to any Container Registry
- Run and interact with AI models directly from the command line or from the Docker Desktop GUI
- Manage local models and display logs

Expand Down
27 changes: 22 additions & 5 deletions content/manuals/build-cloud/builder-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,32 @@ The **Builder settings** page in Docker Build Cloud lets you configure disk allo

## Disk allocation

The **Disk allocation** setting lets you control how much of the available storage is dedicated to the build cache. A lower allocation increases storage available for active builds.
The **Disk allocation** setting lets you control how much of the available
storage is dedicated to the build cache. A lower allocation increases
storage available for active builds.

To make disk allocation changes, navigate to **Builder settings** in Docker Build Cloud and then adjust the **Disk allocation** slider to specify the percentage of storage used for build caching.
To make disk allocation changes, navigate to **Builder settings** in Docker
Build Cloud and then adjust the **Disk allocation** slider to specify the
percentage of storage used for build caching.

Any changes take effect immediately.

### Build cache space

Your subscription includes the following Build cache space:

| Subscription | Build cache space |
|--------------|-------------------|
| Personal | N/A |
| Pro | 50GB |
| Team | 100GB |
| Business | 200GB |

To get more Build cache space, [upgrade your subscription](/manuals/subscription/change.md).

> [!TIP]
>
> If you build very large images, consider allocating less storage for caching.
>
> If you build large images, consider allocating less storage for caching.

## Private resource access

Expand All @@ -26,7 +43,7 @@ For example, if your organization hosts a private [PyPI](https://pypi.org/) repo

To enable your cloud builders to access your private resources, enter the host name and port of your private resource and then select **Add**.

### Authentication
### Authentication

If your internal artifacts require authentication, make sure that you
authenticate with the repository either before or during the build. For
Expand Down
5 changes: 4 additions & 1 deletion content/manuals/build/buildkit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
4. Download and extract the latest BuildKit release.

```powershell
$version = "v0.13.1" # specify the release version, v0.13+
$version = "v0.22.0" # specify the release version, v0.13+
$arch = "amd64" # arm64 binary available too
curl.exe -LO https://github.com/moby/buildkit/releases/download/$version/buildkit-$version.windows-$arch.tar.gz
# there could be another `.\bin` directory from containerd instructions
Expand Down Expand Up @@ -184,6 +184,9 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
```console
> buildkitd.exe
```
> [!NOTE]
> If you are running a _dockerd-managed_ `containerd` process, use that instead, by supplying the address:
> `buildkitd.exe --containerd-worker-addr "npipe:////./pipe/docker-containerd"`

7. In another terminal with administrator privileges, create a remote builder that uses the local BuildKit daemon.

Expand Down
16 changes: 0 additions & 16 deletions content/reference/cli/docker/model/df.md

This file was deleted.

16 changes: 0 additions & 16 deletions content/reference/cli/docker/model/ps.md

This file was deleted.

16 changes: 0 additions & 16 deletions content/reference/cli/docker/model/unload.md

This file was deleted.

Loading