Skip to content

Commit ca7d507

Browse files
authored
Merge pull request #22827 from docker/published-update
publish updates from main
2 parents bd6e882 + c061651 commit ca7d507

File tree

6 files changed

+27
-54
lines changed

6 files changed

+27
-54
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ aliases:
1919
## Key features
2020

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

content/manuals/build-cloud/builder-settings.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,32 @@ The **Builder settings** page in Docker Build Cloud lets you configure disk allo
88

99
## Disk allocation
1010

11-
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.
11+
The **Disk allocation** setting lets you control how much of the available
12+
storage is dedicated to the build cache. A lower allocation increases
13+
storage available for active builds.
1214

13-
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.
15+
To make disk allocation changes, navigate to **Builder settings** in Docker
16+
Build Cloud and then adjust the **Disk allocation** slider to specify the
17+
percentage of storage used for build caching.
1418

1519
Any changes take effect immediately.
1620

21+
### Build cache space
22+
23+
Your subscription includes the following Build cache space:
24+
25+
| Subscription | Build cache space |
26+
|--------------|-------------------|
27+
| Personal | N/A |
28+
| Pro | 50GB |
29+
| Team | 100GB |
30+
| Business | 200GB |
31+
32+
To get more Build cache space, [upgrade your subscription](/manuals/subscription/change.md).
33+
1734
> [!TIP]
18-
>
19-
> If you build very large images, consider allocating less storage for caching.
35+
>
36+
> If you build large images, consider allocating less storage for caching.
2037
2138
## Private resource access
2239

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

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

29-
### Authentication
46+
### Authentication
3047

3148
If your internal artifacts require authentication, make sure that you
3249
authenticate with the repository either before or during the build. For

content/manuals/build/buildkit/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
154154
4. Download and extract the latest BuildKit release.
155155

156156
```powershell
157-
$version = "v0.13.1" # specify the release version, v0.13+
157+
$version = "v0.22.0" # specify the release version, v0.13+
158158
$arch = "amd64" # arm64 binary available too
159159
curl.exe -LO https://github.com/moby/buildkit/releases/download/$version/buildkit-$version.windows-$arch.tar.gz
160160
# there could be another `.\bin` directory from containerd instructions
@@ -184,6 +184,9 @@ see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state
184184
```console
185185
> buildkitd.exe
186186
```
187+
> [!NOTE]
188+
> If you are running a _dockerd-managed_ `containerd` process, use that instead, by supplying the address:
189+
> `buildkitd.exe --containerd-worker-addr "npipe:////./pipe/docker-containerd"`
187190
188191
7. In another terminal with administrator privileges, create a remote builder that uses the local BuildKit daemon.
189192

content/reference/cli/docker/model/df.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/reference/cli/docker/model/ps.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/reference/cli/docker/model/unload.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)