diff --git a/content/build/builders/_index.md b/content/build/builders/_index.md index 10c2163f7b..ed2b30b35e 100644 --- a/content/build/builders/_index.md +++ b/content/build/builders/_index.md @@ -1,7 +1,7 @@ --- title: Builders keywords: build, buildx, builders, buildkit, drivers, backend -description: null +description: Learn about builders and how to manage them --- A builder is a BuildKit daemon that you can use to run your builds. BuildKit @@ -11,13 +11,6 @@ container image or other artifacts. You can create and manage builders, inspect them, and even connect to builders running remotely. You interact with builders using the Docker CLI. -> **Builds in Docker Desktop** -> -> The [Docker Desktop Builds view](../../desktop/use-desktop/builds.md) -> is a [Beta](../../release-lifecycle.md#beta) feature that lets you -> view and manage builders using Docker Desktop. -{ .experimental } - ## Default builder Docker Engine automatically creates a builder that becomes the default backend @@ -76,4 +69,4 @@ selected when you invoke builds. - For information about how to interact with and manage builders, see [Manage builders](./manage.md) - To learn about different types of builders, - see [Build drivers](../drivers/index.md) \ No newline at end of file + see [Build drivers](../drivers/index.md) diff --git a/content/desktop/use-desktop/_index.md b/content/desktop/use-desktop/_index.md index 7fa72c1fe7..cb4ef3fd3f 100644 --- a/content/desktop/use-desktop/_index.md +++ b/content/desktop/use-desktop/_index.md @@ -22,7 +22,7 @@ The **Learning center** view helps you get started with quick in-app walkthrough For a more detailed guide about getting started, see [Get started](../../get-started/index.md). -The **Builds** view, currently in beta, lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md). +The **Builds** view lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md). In addition, the Docker Dashboard allows you to: @@ -65,4 +65,4 @@ To display the Docker menu, select the {{< inline-image src="../../assets/images - **Kubernetes** - **Pause** - **Restart** -- **Quit Docker Desktop** \ No newline at end of file +- **Quit Docker Desktop** diff --git a/content/desktop/use-desktop/builds.md b/content/desktop/use-desktop/builds.md index 2b97b0b598..1e6f3adfd7 100644 --- a/content/desktop/use-desktop/builds.md +++ b/content/desktop/use-desktop/builds.md @@ -10,22 +10,6 @@ The **Builds** view is a simple interface that lets you inspect your build history and manage builders using Docker Desktop. By default, it displays a list of all your ongoing and completed builds. -> **Beta feature** -> -> The **Builds** view is currently in [Beta](../../release-lifecycle.md/#beta). -> This feature may change or be removed from future releases. -{ .experimental } - -## Turn on the Builds view - -1. Navigate to **Settings**. -2. Select **Features in development**. -3. In the **Beta features** tab, select the **Display Builds view** checkbox. -4. Select **Apply & restart** for the changes to take effect. - -After the restart, the **Builds** view and the **Builders** settings menu -appear. - ## Show build list Select the **Builds** view in the Docker Dashboard to open the build list.