@@ -190,7 +190,7 @@ be found.
190190* Update runc to 54296cf40ad8143b62dbcaa1d90e520a2136ddfe [ #31666 ] ( https://github.com/docker/docker/pull/31666 )
191191 * Ignore cgroup2 mountpoints [ opencontainers/runc #1266 ] ( https://github.com/opencontainers/runc/pull/1266 )
192192* Update containerd to 4ab9917febca54791c5f071a9d1f404867857fcc [ #31662 ] ( https://github.com/docker/docker/pull/31662 ) [ #31852 ] ( https://github.com/docker/docker/pull/31852 )
193- * Register healtcheck service before calling restore() [ docker/containerd #609 ] ( https://github.com/docker/containerd/pull/609 )
193+ * Register healthcheck service before calling restore() [ docker/containerd #609 ] ( https://github.com/docker/containerd/pull/609 )
194194* Fix ` docker exec ` not working after unattended upgrades that reload apparmor profiles [ #31773 ] ( https://github.com/docker/docker/pull/31773 )
195195* Fix unmounting layer without merge dir with Overlay2 [ #31069 ] ( https://github.com/docker/docker/pull/31069 )
196196* Do not ignore "volume in use" errors when force-delete [ #31450 ] ( https://github.com/docker/docker/pull/31450 )
@@ -1087,12 +1087,12 @@ installing docker, please make sure to update them accordingly.
10871087+ Add security options to ` docker info ` output [ #21172 ] ( https://github.com/docker/docker/pull/21172 ) [ #23520 ] ( https://github.com/docker/docker/pull/23520 )
10881088+ Add insecure registries to ` docker info ` output [ #20410 ] ( https://github.com/docker/docker/pull/20410 )
10891089+ Extend Docker authorization with TLS user information [ #21556 ] ( https://github.com/docker/docker/pull/21556 )
1090- + devicemapper: expose Mininum Thin Pool Free Space through ` docker info ` [ #21945 ] ( https://github.com/docker/docker/pull/21945 )
1090+ + devicemapper: expose Minimum Thin Pool Free Space through ` docker info ` [ #21945 ] ( https://github.com/docker/docker/pull/21945 )
10911091* API now returns a JSON object when an error occurs making it more consistent [ #22880 ] ( https://github.com/docker/docker/pull/22880 )
10921092- Prevent ` docker run -i --restart ` from hanging on exit [ #22777 ] ( https://github.com/docker/docker/pull/22777 )
10931093- Fix API/CLI discrepancy on hostname validation [ #21641 ] ( https://github.com/docker/docker/pull/21641 )
10941094- Fix discrepancy in the format of sizes in ` stats ` from HumanSize to BytesSize [ #21773 ] ( https://github.com/docker/docker/pull/21773 )
1095- - authz: when request is denied return forbbiden exit code (403) [ #22448 ] ( https://github.com/docker/docker/pull/22448 )
1095+ - authz: when request is denied return forbidden exit code (403) [ #22448 ] ( https://github.com/docker/docker/pull/22448 )
10961096- Windows: fix tty-related displaying issues [ #23878 ] ( https://github.com/docker/docker/pull/23878 )
10971097
10981098### Runtime
@@ -1887,7 +1887,7 @@ by another client (#15489)
18871887
18881888#### Remote API
18891889
1890- - Fix unmarshalling of Command and Entrypoint
1890+ - Fix unmarshaling of Command and Entrypoint
18911891- Set limit for minimum client version supported
18921892- Validate port specification
18931893- Return proper errors when attach/reattach fail
@@ -2572,7 +2572,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
25722572- Fix ADD caching issue with . prefixed path
25732573- Fix docker build on devicemapper by reverting sparse file tar option
25742574- Fix issue with file caching and prevent wrong cache hit
2575- * Use same error handling while unmarshalling CMD and ENTRYPOINT
2575+ * Use same error handling while unmarshaling CMD and ENTRYPOINT
25762576
25772577#### Documentation
25782578
0 commit comments