From 597338e17d21501f6585e7391b90039ccad0288a Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 16 May 2023 19:48:56 +0200 Subject: [PATCH] engine: fixes for 24.0.0 release notes Signed-off-by: CrazyMax --- engine/release-notes/24.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/release-notes/24.0.md b/engine/release-notes/24.0.md index df833f4765..4ce01e22e6 100644 --- a/engine/release-notes/24.0.md +++ b/engine/release-notes/24.0.md @@ -31,7 +31,7 @@ For a full list of pull requests and changes in this release, refer to the relev ### New * Introduce experimental support for containerd as the content store (replacing the existing storage drivers). [moby/moby#43735](https://github.com/moby/moby/pull/43735), [other moby/moby pull requests](https://github.com/moby/moby/pulls?q=is%3Apr+is%3Amerged+milestone%3A24.0.0+-label%3Aprocess%2Fcherry-picked+label%3Acontainerd-integration+) -* The `--host` CLI flag now supports a path component in a `ssh://` host address, allowing use of an alternate socket path without configration on the remote host. [docker/cli#4073](https://github.com/docker/cli/pull/4073) +* The `--host` CLI flag now supports a path component in a `ssh://` host address, allowing use of an alternate socket path without configuration on the remote host. [docker/cli#4073](https://github.com/docker/cli/pull/4073) * The `docker info` CLI command now reports a version and platform field. [docker/cli#4180](https://github.com/docker/cli/pull/4180) * Introduce the daemon flag `--default-network-opt` to configure options for newly created networks. [moby/moby#43197](https://github.com/moby/moby/pull/43197) * Restrict access to `AF_VSOCK` in the `socket(2)` family of syscalls in the default seccomp profile. [moby/moby#44562](https://github.com/moby/moby/pull/44562)