Catalog / Moby

docker 29.1.0

v29.1.0

9 months agochangedOriginal notes

29.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Packaging updates

Networking

  • Do not overwrite user-modified /etc/resolv.conf across container restarts. moby/moby#51507
  • fix --publish-all / -P for Windows containers. moby/moby#51586
  • Fix an issue that prevented container restart or network reconnection when gateway configuration failed during container stop or network disconnect. moby/moby#51592
  • Windows containers: don't display an IPv6-mapped IPv4 address in port mappings. For example, [::ffff:0.0.0.0]:8080->80/tcp instead of 0.0.0.0:8080->80/tcp. moby/moby#51587