Skip to content

Commit 6015a6e

Browse files
committed
edits
1 parent 158d790 commit 6015a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The [**Builder settings** page](https://app.docker.com/build/settings/builder) i
1010

1111
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.
1212

13-
To make disk allocation changes, navigate Builder settings in Docker Build Cloud and then adjust the Disk Allocation slider to specify the percentage of storage used for build caching.
13+
To make disk allocation changes, navigate to [**Builder settings**](https://app.docker.com/build/settings/builder) in Docker Build Cloud and then adjust the **Disk allocation** slider to specify the percentage of storage used for build caching.
1414

1515
Any changes take effect immediately.
1616

@@ -22,9 +22,9 @@ Any changes take effect immediately.
2222

2323
Private resource access lets cloud builders pull images and packages from private resources. This feature is useful when builds rely on self-hosted artifact repositories or private OCI registries.
2424

25-
For example, if your organization hosts a private [PyPI](https://pypi.org/) repository on a private network, Docker Build Cloud would not be able to access it by default, since the DBC builder is not connected to your private network.
25+
For example, if your organization hosts a private [PyPI](https://pypi.org/) repository on a private network, Docker Build Cloud would not be able to access it by default, since the cloud builder is not connected to your private network.
2626

27-
To enable your cloud builders to access your private resources, enter the host name and port of your private rescource and then select **Add** to allow your cloud builders to access it.
27+
To enable your cloud builders to access your private resources, enter the host name and port of your private rescource and then select **Add**.
2828

2929
### Authentication
3030

0 commit comments

Comments
 (0)