mirror of https://github.com/docker/docs.git
update references to docker engine to v24.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1ecad399de
commit
afeaca91a8
|
@ -43,7 +43,7 @@ exclude:
|
||||||
# You can't have - characters in these for non-YAML reasons.
|
# You can't have - characters in these for non-YAML reasons.
|
||||||
# When updating 'latest_engine_api_version', also update 'min_api_threshold' below.
|
# When updating 'latest_engine_api_version', also update 'min_api_threshold' below.
|
||||||
latest_engine_api_version: "1.42"
|
latest_engine_api_version: "1.42"
|
||||||
docker_ce_version: "23.0.0"
|
docker_ce_version: "24.0.0"
|
||||||
compose_v1_version: "1.29.2"
|
compose_v1_version: "1.29.2"
|
||||||
compose_version: "v2.18.1"
|
compose_version: "v2.18.1"
|
||||||
compose_file_v3: "3.9"
|
compose_file_v3: "3.9"
|
||||||
|
@ -157,7 +157,7 @@ defaults:
|
||||||
fetch-remote:
|
fetch-remote:
|
||||||
- repo: "https://github.com/docker/cli"
|
- repo: "https://github.com/docker/cli"
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
ref: "23.0"
|
ref: "24.0"
|
||||||
paths:
|
paths:
|
||||||
- dest: "engine/extend"
|
- dest: "engine/extend"
|
||||||
src:
|
src:
|
||||||
|
@ -175,7 +175,7 @@ fetch-remote:
|
||||||
|
|
||||||
- repo: "https://github.com/docker/docker"
|
- repo: "https://github.com/docker/docker"
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
ref: "23.0"
|
ref: "24.0"
|
||||||
paths:
|
paths:
|
||||||
- dest: "engine/api"
|
- dest: "engine/api"
|
||||||
src:
|
src:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
| Docker version | Maximum API version | Change log |
|
| Docker version | Maximum API version | Change log |
|
||||||
|:---------------|:---------------------------|:---------------------------------------------------------|
|
|:---------------|:---------------------------|:---------------------------------------------------------|
|
||||||
|
| 24.0 | [1.43](/engine/api/v1.43/) | [changes](/engine/api/version-history/#v143-api-changes) |
|
||||||
| 23.0 | [1.42](/engine/api/v1.42/) | [changes](/engine/api/version-history/#v142-api-changes) |
|
| 23.0 | [1.42](/engine/api/v1.42/) | [changes](/engine/api/version-history/#v142-api-changes) |
|
||||||
| 20.10 | [1.41](/engine/api/v1.41/) | [changes](/engine/api/version-history/#v141-api-changes) |
|
| 20.10 | [1.41](/engine/api/v1.41/) | [changes](/engine/api/version-history/#v141-api-changes) |
|
||||||
| 19.03 | [1.40](/engine/api/v1.40/) | [changes](/engine/api/version-history/#v140-api-changes) |
|
| 19.03 | [1.40](/engine/api/v1.40/) | [changes](/engine/api/version-history/#v140-api-changes) |
|
||||||
|
|
|
@ -112,7 +112,7 @@ to list the existing builders:
|
||||||
$ docker buildx ls
|
$ docker buildx ls
|
||||||
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
||||||
default * docker
|
default * docker
|
||||||
default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
|
default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
|
||||||
```
|
```
|
||||||
|
|
||||||
This displays the default builtin driver, that uses the BuildKit server
|
This displays the default builtin driver, that uses the BuildKit server
|
||||||
|
@ -163,7 +163,7 @@ NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
||||||
mybuilder docker-container
|
mybuilder docker-container
|
||||||
mybuilder0 unix:///var/run/docker.sock running v0.10.4 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
|
mybuilder0 unix:///var/run/docker.sock running v0.10.4 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
|
||||||
default * docker
|
default * docker
|
||||||
default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
|
default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
@ -40,7 +40,7 @@ the drivers they're using.
|
||||||
$ docker buildx ls
|
$ docker buildx ls
|
||||||
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
||||||
default docker
|
default docker
|
||||||
default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
|
default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
|
||||||
```
|
```
|
||||||
|
|
||||||
Depending on your setup, you may find multiple builders in your list that use
|
Depending on your setup, you may find multiple builders in your list that use
|
||||||
|
@ -51,9 +51,9 @@ output from `docker buildx ls`:
|
||||||
```console
|
```console
|
||||||
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
|
||||||
default docker
|
default docker
|
||||||
default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
|
default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
|
||||||
desktop-linux * docker
|
desktop-linux * docker
|
||||||
desktop-linux desktop-linux running 23.0.5 linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/mips64le, linux/mips64
|
desktop-linux desktop-linux running v0.11.6 linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/mips64le, linux/mips64
|
||||||
```
|
```
|
||||||
|
|
||||||
This is because the Docker driver builders are automatically pulled from the
|
This is because the Docker driver builders are automatically pulled from the
|
||||||
|
|
|
@ -21,7 +21,7 @@ Buildx supports the following exporters:
|
||||||
[OCI image layout](https://github.com/opencontainers/image-spec/blob/v1.0.1/image-layout.md){:target="blank" rel="noopener" class="_"}
|
[OCI image layout](https://github.com/opencontainers/image-spec/blob/v1.0.1/image-layout.md){:target="blank" rel="noopener" class="_"}
|
||||||
format.
|
format.
|
||||||
- `docker`: exports the build result to the local filesystem in the
|
- `docker`: exports the build result to the local filesystem in the
|
||||||
[Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/v23.0.5/image/spec/v1.2.md){:target="blank" rel="noopener" class="_"}
|
[Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/v24.0.0/image/spec/v1.2.md){:target="blank" rel="noopener" class="_"}
|
||||||
format.
|
format.
|
||||||
- `cacheonly`: doesn't export a build output, but runs the build and creates a
|
- `cacheonly`: doesn't export a build output, but runs the build and creates a
|
||||||
cache.
|
cache.
|
||||||
|
|
|
@ -113,9 +113,9 @@ For more details, see
|
||||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||||
<div class="component">
|
<div class="component">
|
||||||
<div class="component-icon">
|
<div class="component-icon">
|
||||||
<a href="/engine/release-notes/23.0/"><img src="/assets/images/note-add.svg" alt="Document with an overlaying plus sign" width="70px" height="70px"></a>
|
<a href="/engine/release-notes/24.0/"><img src="/assets/images/note-add.svg" alt="Document with an overlaying plus sign" width="70px" height="70px"></a>
|
||||||
</div>
|
</div>
|
||||||
<h2><a href="/engine/release-notes/23.0/">Release notes</a></h2>
|
<h2><a href="/engine/release-notes/24.0/">Release notes</a></h2>
|
||||||
<p>Read the release notes for the latest version.</p>
|
<p>Read the release notes for the latest version.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -303,7 +303,7 @@ To run Rootless Docker inside "rootful" Docker, use the `docker:<version>-dind-r
|
||||||
image instead of `docker:<version>-dind`.
|
image instead of `docker:<version>-dind`.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name dind-rootless --privileged docker:23.0-dind-rootless
|
$ docker run -d --name dind-rootless --privileged docker:24.0-dind-rootless
|
||||||
```
|
```
|
||||||
|
|
||||||
The `docker:<version>-dind-rootless` image runs as a non-root user (UID 1000).
|
The `docker:<version>-dind-rootless` image runs as a non-root user (UID 1000).
|
||||||
|
|
|
@ -23,9 +23,9 @@ that you regularly visit the release notes to learn about updates.
|
||||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||||
<div class="component">
|
<div class="component">
|
||||||
<div class="component-icon">
|
<div class="component-icon">
|
||||||
<a href="/engine/release-notes/23.0/"><img src="/assets/images/engine-configure-daemon.svg" alt="engine release notes" width="70" height="70"></a>
|
<a href="/engine/release-notes/24.0/"><img src="/assets/images/engine-configure-daemon.svg" alt="engine release notes" width="70" height="70"></a>
|
||||||
</div>
|
</div>
|
||||||
<h2 id="engine release notes"><a href="/engine/release-notes/23.0/">Docker Engine</a></h2>
|
<h2 id="engine release notes"><a href="/engine/release-notes/24.0/">Docker Engine</a></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||||
|
|
Loading…
Reference in New Issue