Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/manuals/build/builders/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ To use the `docker build` command with a non-default builder, you must either:
> [!TIP]
> To undo this change, run `docker buildx uninstall`.

> [!WARNING]
> The `docker buildx install` and `docker buildx uninstall` commands are deprecated.

<!-- vale Docker.We = NO -->

In general, we recommend that you use the `docker buildx build` command when
Expand Down
2 changes: 1 addition & 1 deletion data/buildx/docker_buildx_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inherited_options:
experimentalcli: false
kubernetes: false
swarm: false
deprecated: false
deprecated: true
hidden: true
experimental: false
experimentalcli: false
Expand Down
2 changes: 1 addition & 1 deletion data/buildx/docker_buildx_uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inherited_options:
experimentalcli: false
kubernetes: false
swarm: false
deprecated: false
deprecated: true
hidden: true
experimental: false
experimentalcli: false
Expand Down