mirror of https://github.com/docker/docs.git
build: update builds view doc with new tab names
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b1b6bee1e3
commit
e040c9c92c
|
|
@ -23,22 +23,19 @@ connected to the same cloud builder.
|
|||
|
||||
Select the **Builds** view in the Docker Dashboard to open the build list.
|
||||
|
||||
The build list shows running and completed builds for your active builders. The
|
||||
top-right corner shows the name of your currently selected builder, and the
|
||||
The build list shows your completed and ongoing builds. The **Build history**
|
||||
tab shows completed historical builds, and from here you can inspect the build
|
||||
logs, dependencies, traces, and more. The **Active builds** tab shows builds
|
||||
that are currently running.
|
||||
|
||||
The list shows builds for your active, running builders. It doesn't list builds
|
||||
for inactive builders: builders that you've removed from your system, or
|
||||
builders that have been stopped.
|
||||
|
||||
The top-right corner shows the name of your currently selected builder, and the
|
||||
**Builder settings** button lets you [manage builders](#manage-builders) in the
|
||||
Docker Desktop settings.
|
||||
|
||||
Running builds are displayed in the top section of this view, with information
|
||||
about the build target and progress.
|
||||
|
||||
The lower section of the view shows your recent builds. You can select any of
|
||||
the builds from the active builds or completed builds section to view detailed
|
||||
information, such as logs, a performance breakdown, cache utilization, and
|
||||
more.
|
||||
|
||||
The build list doesn't include builds for inactive builders. That is, builders
|
||||
that you've removed from your system, or builders that have been stopped.
|
||||
|
||||
## Inspect builds
|
||||
|
||||
To inspect a build, select the build that you want to view in the list.
|
||||
|
|
|
|||
Loading…
Reference in New Issue