Skip to content

Commit 9d2f06b

Browse files
authored
Merge pull request #25087 from vvoland/update-docker
engine: update 29.5.0
2 parents 069012f + b881453 commit 9d2f06b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/manuals/engine/release-notes

content/manuals/engine/release-notes/29.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ For a full list of pull requests and changes in this release, refer to the relev
3131
- [docker/cli, 29.5.0 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A29.5.0)
3232
- [moby/moby, 29.5.0 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A29.5.0)
3333

34+
> [!NOTE]
35+
> Rootless: `gvisor-tap-vsock` is now the new default rootless network driver and should be preferred over `slirp4netns` which is no longer installed via Docker packaging.
36+
3437
### New
3538

39+
- Rootless: Add new default `gvisor-tap-vsock` network driver. [moby/moby#52319](https://github.com/moby/moby/pull/52319)
3640
- Enable private time namespace for containers by default on supported kernels. [moby/moby#52326](https://github.com/moby/moby/pull/52326)
3741
- The `local` logging driver now has support for custom attributes, adding support for the `label`, `label-regex`, `env`, `env-regex`, and `tag` log options. [moby/moby#52348](https://github.com/moby/moby/pull/52348)
3842
- Windows: The daemon now supports listening on a Unix socket (`-H unix://...`), with optional group-based access control via `--group`. [moby/moby#52365](https://github.com/moby/moby/pull/52365)

0 commit comments

Comments
 (0)