mirror of https://github.com/docker/docs.git
engine: add note about separate buildx package
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
9762aecc41
commit
d507981303
|
@ -12,6 +12,22 @@ redirect_from:
|
||||||
- /release-notes/docker-engine/
|
- /release-notes/docker-engine/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> From Docker Engine version 23.0.0, Buildx is distributed in a separate package: `docker-buildx-plugin`.
|
||||||
|
> In earlier versions, Buildx was included in the `docker-ce-cli` package.
|
||||||
|
> When you upgrade to this version of Docker Engine, make sure you update all
|
||||||
|
> packages. For example, on Ubuntu:
|
||||||
|
>
|
||||||
|
> ```console
|
||||||
|
> $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
> ```
|
||||||
|
>
|
||||||
|
> Refer to the [Docker Engine installation instructions][1] for your operating system
|
||||||
|
> for more details on upgrading Docker Engine.
|
||||||
|
|
||||||
|
[1]: ../install/index.md
|
||||||
|
|
||||||
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 23.0.
|
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 23.0.
|
||||||
|
|
||||||
For more information about:
|
For more information about:
|
||||||
|
|
Loading…
Reference in New Issue