Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v29.1.0

Choose a tag to compare

@robmry robmry released this 27 Nov 17:35
· 256 commits to master since this release
docker-v29.1.0
710302e

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